|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Shape
Common interface for all drawing shapes
| Method Summary | |
|---|---|
ChildAnchor |
getAnchor()
|
Shape |
getParent()
|
java.lang.String |
getShapeName()
|
boolean |
isNoFill()
Whether this shape is not filled with a color |
void |
setFillColor(int red,
int green,
int blue)
Sets the color used to fill this shape using the solid fill pattern. |
void |
setLineStyleColor(int red,
int green,
int blue)
The color applied to the lines of this shape. |
void |
setNoFill(boolean noFill)
Sets whether this shape is filled or transparent. |
| Method Detail |
|---|
java.lang.String getShapeName()
Shape getParent()
ChildAnchor getAnchor()
boolean isNoFill()
void setNoFill(boolean noFill)
noFill - if true then no fill will be applied to the shape element.
void setFillColor(int red,
int green,
int blue)
void setLineStyleColor(int red,
int green,
int blue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||