public interface PointStyle2D
Modifier and Type | Method and Description |
---|---|
float |
getAnchorPointX()
The point symbol x anchor, between 0 and 1, defaults to 0.5
|
float |
getAnchorPointY()
The point symbol y anchor, between 0 and 1, defaults to 0.5
|
Composite |
getComposite()
Returns the composite for this point symbol
|
float |
getDisplacementX()
The point symbol x displacement
|
float |
getDisplacementY()
The point symbol y displacement
|
float |
getRotation()
The point symbol rotation, in radians.
|
void |
setAnchorPointX(float anchorPointX)
Sets the point symbol x anchor, between 0 and 1
|
void |
setAnchorPointY(float anchorPointY)
Sets the point symbol y anchor, between 0 and 1
|
void |
setComposite(Composite composite)
Sets the composite for this point symbol
|
void |
setDisplacementX(float displacementX)
Sets the point symbol x displacement
|
void |
setDisplacementY(float displacementY)
Sets the point symbol y displacement
|
void |
setRotation(float rotation)
Sets the point symbol rotation, in radians.
|
float getRotation()
float getDisplacementX()
float getDisplacementY()
float getAnchorPointX()
float getAnchorPointY()
void setRotation(float rotation)
void setDisplacementX(float displacementX)
void setDisplacementY(float displacementY)
void setAnchorPointX(float anchorPointX)
void setAnchorPointY(float anchorPointY)
Composite getComposite()
void setComposite(Composite composite)
Copyright © 1996–2019 Geotools. All rights reserved.