| |
|
| java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.AnchorPointImpl
AnchorPointImpl | public AnchorPointImpl()(Code) | | |
AnchorPointImpl | public AnchorPointImpl(FilterFactory filterFactory)(Code) | | Creates a new instance of DefaultAnchorPoint
|
getAnchorPointX | public Expression getAnchorPointX()(Code) | | Getter for property anchorPointX.
Value of property anchorPointX. |
getAnchorPointY | public Expression getAnchorPointY()(Code) | | Getter for property anchorPointY.
Value of property anchorPointY. |
hashCode | public int hashCode()(Code) | | |
setAnchorPointX | public void setAnchorPointX(Expression anchorPointX)(Code) | | Setter for property anchorPointX.
Parameters: anchorPointX - New value of property anchorPointX. |
setAnchorPointY | public void setAnchorPointY(Expression anchorPointY)(Code) | | Setter for property anchorPointY.
Parameters: anchorPointY - New value of property anchorPointY. |
|
|
|