oracle.forms.fd
Class DrawLAF.Poly

java.lang.Object
  extended by oracle.forms.fd.DrawLAF.Poly
Enclosing class:
DrawLAF

 class DrawLAF.Poly
extends java.lang.Object


Field Summary
(package private)  float fRotate
           
(package private)  float fTrsp
           
(package private)  int iPos
           
(package private)  int iType
           
(package private)  int iX
           
(package private)  int iY
           
(package private)  java.lang.String sCenterPoint
           
(package private)  java.lang.String sTxtPaint
           
 
Constructor Summary
DrawLAF.Poly(java.lang.String s, int p_pos, int p_x1, int p_y1, float p_f)
           
 
Method Summary
(package private)  java.lang.String getProperty(java.lang.String sName)
           
(package private)  void moveTo(int x, int y)
           
(package private)  void rotate(float f)
           
(package private)  void rotate(float f, java.lang.String sPoint)
           
(package private)  void setProperty(java.lang.String sName, java.lang.String sValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sTxtPaint

java.lang.String sTxtPaint

iType

int iType

iPos

int iPos

iX

int iX

iY

int iY

fTrsp

float fTrsp

fRotate

float fRotate

sCenterPoint

java.lang.String sCenterPoint
Constructor Detail

DrawLAF.Poly

DrawLAF.Poly(java.lang.String s,
             int p_pos,
             int p_x1,
             int p_y1,
             float p_f)
Method Detail

getProperty

java.lang.String getProperty(java.lang.String sName)

setProperty

void setProperty(java.lang.String sName,
                 java.lang.String sValue)

moveTo

void moveTo(int x,
            int y)

rotate

void rotate(float f)

rotate

void rotate(float f,
            java.lang.String sPoint)