Uses of Class
org.opengis.go.display.style.XAnchor

Packages that use XAnchor
org.opengis.go.display   
org.opengis.go.display.primitive   
org.opengis.go.display.style   
 

Uses of XAnchor in org.opengis.go.display
 

Methods in org.opengis.go.display that return XAnchor
 XAnchor[] DisplayCapabilities.getSupportedXAnchors()
          Returns an array of XAnchor objects that indicates the X anchors that are supported by a given implementation.
 

Uses of XAnchor in org.opengis.go.display.primitive
 

Methods in org.opengis.go.display.primitive that return XAnchor
 XAnchor GraphicLabel.getXAnchor()
          Returns the x-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 XAnchor
 void GraphicLabel.setXAnchor(XAnchor xAnchor)
          Specifies the x-axis portion of the place on the text string that corresponds to the rendering position (see the [gs]etPosition method).
 

Uses of XAnchor in org.opengis.go.display.style
 

Fields in org.opengis.go.display.style declared as XAnchor
static XAnchor XAnchor.CENTER
          Align the center of the field.
static XAnchor TextSymbolizer.DEFAULT_X_ANCHOR
          Default xAnchor.
static XAnchor XAnchor.LEFT
          Align to the left of the field.
static XAnchor XAnchor.RIGHT
          Align to the right of the field.
 

Methods in org.opengis.go.display.style that return XAnchor
 XAnchor TextSymbolizer.getXAnchor()
          Returns the label XAnchor.
 XAnchor LabelPlacement.getXAnchor()
          Returns the label XAnchor.
static XAnchor[] XAnchor.values()
          Returns the list of XAnchors.
 

Methods in org.opengis.go.display.style with parameters of type XAnchor
 void TextSymbolizer.setXAnchor(XAnchor xAnchor)
          Sets the label XAnchor.
 void LabelPlacement.setXAnchor(XAnchor labelXAnchor)
          Sets the label XAnchor.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.