public class SLDAnchorPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected SLDParameterValue |
x |
protected SLDParameterValue |
y |
Constructor and Description |
---|
SLDAnchorPoint() |
Modifier and Type | Method and Description |
---|---|
SLDParameterValue |
getAnchorPointX() |
SLDParameterValue |
getAnchorPointY() |
void |
setAnchorPointX(SLDParameterValue x) |
void |
setAnchorPointY(SLDParameterValue y) |
protected SLDParameterValue x
protected SLDParameterValue y
public SLDParameterValue getAnchorPointX()
public void setAnchorPointX(SLDParameterValue x)
public SLDParameterValue getAnchorPointY()
public void setAnchorPointY(SLDParameterValue y)