Uses of Interface
org.deegree.graphics.displayelements.LabelDisplayElement

Packages that use LabelDisplayElement
org.deegree_impl.graphics.displayelements   
org.deegree_impl.graphics.optimizers   
 

Uses of LabelDisplayElement in org.deegree_impl.graphics.displayelements
 

Classes in org.deegree_impl.graphics.displayelements that implement LabelDisplayElement
 class LabelDisplayElement_Impl
          DisplayElement that encapsulates a GM_Object (geometry), a ParameterValueType (caption) and a TextSymbolizer (style).
 

Methods in org.deegree_impl.graphics.displayelements that return LabelDisplayElement
static LabelDisplayElement DisplayElementFactory.buildLabelDisplayElement(Feature feature, GM_Object gmObject, TextSymbolizer sym)
          Creates a LabelDisplayElement using the given geometry and style information.
 

Methods in org.deegree_impl.graphics.displayelements with parameters of type LabelDisplayElement
static Label[] LabelFactory.createLabels(LabelDisplayElement element, GeoTransform projection, java.awt.Graphics2D g)
          Generates Label-representations for a given LabelDisplayElement.
static java.util.List LabelFactory.createLabels(GM_MultiCurve multiCurve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
          Determines positions on the given GM_MultiCurve where a caption could be drawn.
static java.util.ArrayList LabelFactory.createLabels(GM_Curve curve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
          Determines positions on the given GM_Curve where a caption could be drawn.
 

Uses of LabelDisplayElement in org.deegree_impl.graphics.optimizers
 

Fields in org.deegree_impl.graphics.optimizers declared as LabelDisplayElement
private  LabelDisplayElement LabelChoice.element
           
 

Methods in org.deegree_impl.graphics.optimizers that return LabelDisplayElement
 LabelDisplayElement LabelChoice.getElement()
           
 

Methods in org.deegree_impl.graphics.optimizers with parameters of type LabelDisplayElement
(package private) static java.util.ArrayList LabelChoiceFactory.createLabelChoices(LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
          Determines LabelChoices for the given LabelDisplayElement.
(package private) static java.util.ArrayList LabelChoiceFactory.createLabelChoices(GM_MultiCurve multiCurve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
          Determines LabelChoices for the given GM_MultiCurve where a Label could be drawn.
(package private) static java.util.ArrayList LabelChoiceFactory.createLabelChoices(GM_Curve curve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
          Determines LabelChoices for the given GM_Curve where a Label could be drawn.
 

Constructors in org.deegree_impl.graphics.optimizers with parameters of type LabelDisplayElement
LabelChoice(LabelDisplayElement element, Label[] candidates, float[] qualities, int selected, int maxX, int maxY, int minX, int minY)