|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YAnchor | |
---|---|
org.opengis.go.display | |
org.opengis.go.display.primitive | |
org.opengis.go.display.style |
Uses of YAnchor in org.opengis.go.display |
---|
Methods in org.opengis.go.display that return YAnchor | |
---|---|
YAnchor[] |
DisplayCapabilities.getSupportedYAnchors()
Returns an array of YAnchor objects that
indicates the Y anchors that are supported by a given
implementation. |
Uses of YAnchor in org.opengis.go.display.primitive |
---|
Methods in org.opengis.go.display.primitive that return YAnchor | |
---|---|
YAnchor |
GraphicLabel.getYAnchor()
Returns the y-axis portion of the place on the text string that corresponds to the rendering position (see the [gs]etPosition method). |
Methods in org.opengis.go.display.primitive with parameters of type YAnchor | |
---|---|
void |
GraphicLabel.setYAnchor(YAnchor yAnchor)
Specifies the y-axis portion of the place on the text string that corresponds to the rendering position (see the [gs]etPosition method). |
Uses of YAnchor in org.opengis.go.display.style |
---|
Fields in org.opengis.go.display.style declared as YAnchor | |
---|---|
static YAnchor |
YAnchor.BASELINE
Align to the baseline of the field. |
static YAnchor |
YAnchor.BOTTOM
Align to the bottom of the field. |
static YAnchor |
TextSymbolizer.DEFAULT_Y_ANCHOR
Default yAnchor. |
static YAnchor |
YAnchor.MIDDLE
Align the middle of the field. |
static YAnchor |
YAnchor.TOP
Align to the top of the field. |
Methods in org.opengis.go.display.style that return YAnchor | |
---|---|
YAnchor |
TextSymbolizer.getYAnchor()
Returns the label YAnchor. |
YAnchor |
LabelPlacement.getYAnchor()
Returns the label YAnchor. |
static YAnchor[] |
YAnchor.values()
Returns the list of YAnchor s. |
Methods in org.opengis.go.display.style with parameters of type YAnchor | |
---|---|
void |
TextSymbolizer.setYAnchor(YAnchor yAnchor)
Sets the label YAnchor. |
void |
LabelPlacement.setYAnchor(YAnchor labelYAnchor)
Sets the label YAnchor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |