|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
accept(StyleVisitor visitor)
accepts a StyleVisitor - used by xmlencoder and other packages which need to walk the style tree |
void |
addExternalGraphic(ExternalGraphic externalGraphic)
|
void |
addMark(Mark mark)
|
void |
addSymbol(Symbol symbol)
|
Displacement |
getDisplacement()
|
ExternalGraphic[] |
getExternalGraphics()
Provides a list of external graphics which can be used to represent this graphic. |
java.lang.String |
getGeometryPropertyName()
Getter for property geometryPropertyName. |
Mark[] |
getMarks()
Provides a list of suitable marks which can be used to represent this graphic. |
Expression |
getOpacity()
This specifies the level of translucency to use when rendering the graphic. |
Expression |
getRotation()
This parameter defines the rotation of a graphic in the clockwise direction about its centre point in decimal degrees. |
Expression |
getSize()
This paramteter gives the absolute size of the graphic in pixels encoded as a floating point number. |
Symbol[] |
getSymbols()
Provides a list of all the symbols which can be used to represent this graphic. |
void |
setDisplacement(Displacement offset)
|
void |
setExternalGraphics(ExternalGraphic[] externalGraphics)
|
void |
setGeometryPropertyName(java.lang.String geometryPropertyName)
Setter for property geometryPropertyName. |
void |
setMarks(Mark[] marks)
|
void |
setOpacity(Expression opacity)
|
void |
setRotation(Expression rotation)
|
void |
setSize(Expression size)
|
void |
setSymbols(Symbol[] symbols)
|
Method Detail |
public ExternalGraphic[] getExternalGraphics()
public void setExternalGraphics(ExternalGraphic[] externalGraphics)
public void addExternalGraphic(ExternalGraphic externalGraphic)
public Mark[] getMarks()
public void setMarks(Mark[] marks)
public void addMark(Mark mark)
public Symbol[] getSymbols()
public void setSymbols(Symbol[] symbols)
public void addSymbol(Symbol symbol)
public Expression getOpacity()
public void setOpacity(Expression opacity)
public Expression getSize()
The default size of an image format (such as GIFD) is the inherent size of the image. The default size of a format without an inherent size (such as SVG) is defined to be 16 pixels in height and the corresponding aspect in width. If a size is specified, the height of the graphic will be scaled to that size and the corresponding aspect will be used for the width.
public void setSize(Expression size)
public Displacement getDisplacement()
public void setDisplacement(Displacement offset)
public Expression getRotation()
public void setRotation(Expression rotation)
public java.lang.String getGeometryPropertyName()
public void setGeometryPropertyName(java.lang.String geometryPropertyName)
geometryPropertyName
- New value of property geometryPropertyName.public void accept(StyleVisitor visitor)
visitor
- - the visitor object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |