|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVGGraphicBase
ISVGGraphicBase interface defines accessors for attributes which are common to
a subset of the specified Scalable Vector Graphics (SVG) elements; in particular, those
which display as graphics.
$Revision: 1.1 $
| Method Summary | |
|---|---|
java.lang.String |
getFill()
Returns the fill color. |
java.lang.String |
getStroke()
Returns the stroke color. |
java.lang.String |
getTransformation()
Returns the transformation. |
java.lang.String |
getXCoordinate()
Returns the x-coordinate. |
java.lang.String |
getYCoordinate()
Returns the y-coordinate. |
void |
setFill(java.lang.String fill)
Sets the fill color. |
void |
setStroke(java.lang.String stroke)
Sets the stroke color. |
void |
setTransformation(java.lang.String tTransformation)
Sets the transformation. |
void |
setXCoordinate(java.lang.String xCoordinate)
Sets the xCoordinate. |
void |
setYCoordinate(java.lang.String yCoordinate)
Sets the yCoordinate. |
| Method Detail |
|---|
java.lang.String getTransformation()
java.lang.String getFill()
java.lang.String getStroke()
java.lang.String getXCoordinate()
java.lang.String getYCoordinate()
void setTransformation(java.lang.String tTransformation)
transformation - The transformation to set.void setFill(java.lang.String fill)
fill - The fill to set.void setStroke(java.lang.String stroke)
stroke - The stroke to setvoid setXCoordinate(java.lang.String xCoordinate)
xCoordinate - The xCoordinate to setvoid setYCoordinate(java.lang.String yCoordinate)
yCoordinate - The yCoordinate to set
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||