|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeInterface
This class defines the attribute interface
Method Summary | |
---|---|
double |
getAngle(int shapeIndex)
returns the angle of the attribute |
Font |
getFont()
|
Color |
getFontColor()
|
LayerInterface |
getLayer()
returns the layer |
double |
getMaxScale()
|
double |
getMinScale()
|
int |
getPosition()
|
String |
getValue(int shapeIndex)
|
void |
setFont(Font font)
|
void |
setFontColor(Color fontColor)
|
void |
setMaxScale(double maxScale)
sets the maxScale of the attribute |
void |
setMinScale(double minScale)
sets the minScale of the attribute |
void |
setPosition(int position)
|
Method Detail |
---|
double getAngle(int shapeIndex)
shapeIndex
- the shapeIndex
Font getFont()
Color getFontColor()
int getPosition()
String getValue(int shapeIndex)
shapeIndex
- the shapeIndex
void setFont(Font font)
font
- void setFontColor(Color fontColor)
fontColor
- void setPosition(int position)
position
- LayerInterface getLayer()
double getMaxScale()
double getMinScale()
void setMinScale(double minScale)
minScale
- void setMaxScale(double maxScale)
maxScale
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |