|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="PointPlacement") public interface PointPlacement
Used in the TextSymbol class to indicate that text should be drawn starting at
a particular point and extending in a straight line.
| Method Summary | |
|---|---|
Expression |
getAnchorX()
Returns an expression that indicates the position within the bounding box of the text that is anchored to the geometry point. |
Expression |
getAnchorY()
Returns an expression that indicates the position within the bounding box of the text that is anchored to the geometry point. |
Expression |
getDisplacementX()
Returns an expression that computes a pixel offset from the geometry point. |
Expression |
getDisplacementY()
Returns an expression that computes a pixel offset from the geometry point. |
Expression |
getRotation()
Returns the expression that will be evaluated to determine the rotation of the text about its anchor point. |
void |
setAnchorX(Expression e)
Sets the expression that indicates the position within the bounding box of the text that is anchored to the geometry point. |
void |
setAnchorY(Expression e)
Returns an expression that indicates the position within the bounding box of the text that is anchored to the geometry point. |
void |
setDisplacementX(Expression e)
Sets the expression that computes a pixel offset from the geometry point. |
void |
setDisplacementY(Expression e)
Sets the expression that computes a pixel offset from the geometry point. |
void |
setRotation(Expression e)
Sets the expression that will be evaluated to determine the rotation of the text about its anchor point. |
| Methods inherited from interface TextPlacement |
|---|
accept |
| Method Detail |
|---|
@XmlElement(value="AnchorPointX") Expression getAnchorX()
@XmlElement(value="AnchorPointX") void setAnchorX(Expression e)
getAnchorX() for details.
@XmlElement(value="AnchorPointY") Expression getAnchorY()
@XmlElement(value="AnchorPointY") void setAnchorY(Expression e)
getAnchorY() for details.
@XmlElement(value="DisplacementX") Expression getDisplacementX()
@XmlElement(value="DisplacementX") void setDisplacementX(Expression e)
getDisplacementX() for details.
@XmlElement(value="DisplacementY") Expression getDisplacementY()
@XmlElement(value="DisplacementY") void setDisplacementY(Expression e)
getDisplacementY() for details.
@XmlElement(value="Rotation") Expression getRotation()
@XmlElement(value="Rotation") void setRotation(Expression e)
getRotation() for details.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||