|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Graphic") public interface Graphic
Not to be confused with GO-1's Graphic, this represents a little picture, such as a GIF or JPG, that can be used in rendering. Multiple little pictures can be overlayed at the same spot.
Method Summary | |
---|---|
List<ExternalGraphicOrMark> |
getExternalGraphicOrMark()
Returns the list of external image files or marks that comprise this graphic. |
Expression |
getOpacity()
Returns the expression that will be evaluated to determine the opacity of the graphic when it is rendered. |
Expression |
getRotation()
Returns the expression that will be used to calculate the rotation of the graphic when it is drawn. |
Expression |
getSize()
Returns the expression that will be evaluated to determine the pixel height of the image when it is drawn on the screen. |
void |
setOpacity(Expression opacityExpression)
Sets the expression that will be evaluated to determine the opacity of the graphic when it is rendered. |
void |
setRotation(Expression rotationExpression)
Sets the expression that will be used to calculate the rotation of the graphic when it is drawn. |
void |
setSize(Expression sizeExpression)
Sets the expression that will be evaluated to determine the pixel height of the image when it is drawn on the screen. |
Method Detail |
---|
@XmlElement(value="ExternalGraphic,Mark") List<ExternalGraphicOrMark> getExternalGraphicOrMark()
Mark
or ExternalGraphic
.
@XmlElement(value="Opacity") Expression getOpacity()
@XmlElement(value="Opacity") void setOpacity(Expression opacityExpression)
getOpacity()
for details.
@XmlElement(value="Size") Expression getSize()
@XmlElement(value="Size") void setSize(Expression sizeExpression)
getSize()
for details.
@XmlElement(value="Rotation") Expression getRotation()
@XmlElement(value="Rotation") void setRotation(Expression rotationExpression)
getRotation()
for details.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |