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

Packages that use Label
org.deegree_impl.graphics.displayelements   
org.deegree_impl.graphics.optimizers   
org.deegree.graphics.displayelements   
 

Uses of Label in org.deegree_impl.graphics.displayelements
 

Classes in org.deegree_impl.graphics.displayelements that implement Label
(package private)  class HorizontalLabel
          This is a horizontal label with style information and screen coordinates, ready to be rendered to the view.
(package private)  class RotatedLabel
          This is a rotated label with style information and screen coordinates, ready to be rendered to the view.
 

Methods in org.deegree_impl.graphics.displayelements that return Label
static Label LabelFactory.createLabel(java.lang.String caption, java.awt.Font font, java.awt.Color color, java.awt.font.LineMetrics metrics, Feature feature, Halo halo, int x, int y, int w, int h, double rotation, double anchorPointX, double anchorPointY, double displacementX, double displacementY)
           
static Label LabelFactory.createLabel(java.lang.String caption, java.awt.Font font, java.awt.Color color, java.awt.font.LineMetrics metrics, Feature feature, Halo halo, int x, int y, int w, int h, double rotation, double[] anchorPoint, double[] displacement)
           
static Label[] LabelFactory.createLabels(LabelDisplayElement element, GeoTransform projection, java.awt.Graphics2D g)
          Generates Label-representations for a given LabelDisplayElement.
 

Methods in org.deegree_impl.graphics.displayelements with parameters of type Label
 boolean RotatedLabel.intersects(Label that)
          Determines if the label intersects with another label.
 void LabelDisplayElement_Impl.addLabel(Label label)
          Adds a Label representation that is to be considered when the LabelDisplayElement is painted to the view.
 void LabelDisplayElement_Impl.addLabels(Label[] labels)
          Adds Label representations that are to be considered when the LabelDisplayElement is painted to the view.
 void LabelDisplayElement_Impl.setLabels(Label[] labels)
          Sets the Label representations that are to be considered when the LabelDisplayElement is painted to the view.
 boolean HorizontalLabel.intersects(Label that)
          Determines if the label intersects with another label.
 

Uses of Label in org.deegree_impl.graphics.optimizers
 

Fields in org.deegree_impl.graphics.optimizers declared as Label
private  Label[] LabelChoice.candidates
           
 

Methods in org.deegree_impl.graphics.optimizers that return Label
 Label LabelChoice.getSelectedLabel()
           
 

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

Uses of Label in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements with parameters of type Label
 void LabelDisplayElement.addLabel(Label label)
          Adds a Label representation that is to be considered when the LabelDisplayElement is painted to the view.
 void LabelDisplayElement.addLabels(Label[] labels)
          Adds Label representations that are to be considered when the LabelDisplayElement is painted to the view.
 void LabelDisplayElement.setLabels(Label[] labels)
          Sets the Label representations that are to be considered when the LabelDisplayElement is painted to the view.
 boolean Label.intersects(Label that)
          Determines if the label intersects with another label.