deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.graphics.sld.ParameterValueType

Packages that use ParameterValueType
org.deegree.graphics.displayelements   
org.deegree.graphics.sld   
 

Uses of ParameterValueType in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements that return ParameterValueType
 ParameterValueType LabelDisplayElement.getLabel()
          Returns the caption of the label as ParameterValueType.
 

Methods in org.deegree.graphics.displayelements with parameters of type ParameterValueType
 void LabelDisplayElement.setLabel(ParameterValueType label)
          Sets the caption of the label.
 

Uses of ParameterValueType in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return ParameterValueType
static ParameterValueType StyleFactory.createParameterValueType(double value)
          creates a ParameterValueType instance with a String as value
static ParameterValueType StyleFactory.createParameterValueType(Expression[] expressions)
          creates a ParameterValueType instance with an array of Expression s as value
static ParameterValueType StyleFactory.createParameterValueType(int value)
          creates a ParameterValueType instance with a int as value
static ParameterValueType StyleFactory.createParameterValueType(String value)
          creates a ParameterValueType instance with a String as value
 ParameterValueType[] PointPlacement.getAnchorPoint()
          returns the anchor points (x and y) as array of
 ParameterValueType[] TextSymbolizer.getBoundingBox()
           
 ParameterValueType[] PointPlacement.getDisplacement()
          returns the displacements (x and y) as array of
 ParameterValueType LinePlacement.getGap()
          returns the gap as a ParameterValueType
 ParameterValueType TextSymbolizer.getLabel()
          returns the Label as a ParameterValueType to be renderd
 ParameterValueType LinePlacement.getLineWidth()
          returns the line width as a ParameterValueType
 ParameterValueType Interpolate.getLookupValue()
           
 ParameterValueType Graphic.getOpacity()
          returns the ParameterValueType representation of opacity
 ParameterValueType LinePlacement.getPerpendicularOffset()
          returns the perpendicular offset as a ParameterValueType
 ParameterValueType Halo.getRadius()
          The Radius element gives the absolute size of a halo radius in pixels encoded as a floating-point number.
 ParameterValueType PointPlacement.getRotation()
          returns the rotation of ParameterValueType
 ParameterValueType Graphic.getRotation()
          returns the ParameterValueType representation of rotation
 ParameterValueType Graphic.getSize()
          returns the ParameterValueType representation of size
 ParameterValueType CssParameter.getValue()
          Returns the value of the CssParameter as an ParameterValueType.
 

Methods in org.deegree.graphics.sld with parameters of type ParameterValueType
static TextSymbolizer StyleFactory.createTextSymbolizer(Geometry geometry, ParameterValueType label, Font font, LabelPlacement labelPlacement, Halo halo, Fill fill, double min, double max)
          create a textsymbolizer
 void TextSymbolizer.setLabel(ParameterValueType label)
          sets the
 void Interpolate.setLookupValue(ParameterValueType lookupValue)
           
 void RasterSymbolizer.setOpacity(ParameterValueType opac)
           
 void Halo.setRadius(ParameterValueType radius)
          Sets the value for the radius of the halo.
 void Graphic.setSize(ParameterValueType size)
           
(package private)  void CssParameter.setValue(ParameterValueType value)
          Sets the value of the CssParameter as an ParameterValueType.
 

Method parameters in org.deegree.graphics.sld with type arguments of type ParameterValueType
 void Categorize.setThresholds(LinkedList<ParameterValueType> thresholds)
           
 void Categorize.setValues(LinkedList<ParameterValueType> values)
           
 

Constructors in org.deegree.graphics.sld with parameters of type ParameterValueType
CssParameter(String name, ParameterValueType pvt)
          constructor initializing the class with the
Graphic(Object[] marksAndExtGraphics, ParameterValueType opacity, ParameterValueType size, ParameterValueType rotation)
          Creates a new Graphic instance.
Graphic(ParameterValueType opacity, ParameterValueType size, ParameterValueType rotation)
          Creates a new Graphic instance based on the default Mark: a square.
Halo(ParameterValueType radius, Fill fill, Stroke stroke)
          Create a new Halo -instance.
LinePlacement(ParameterValueType perpendicularOffset, ParameterValueType lineWidth, ParameterValueType gap)
           
PointPlacement(ParameterValueType[] anchorPoint, ParameterValueType[] displacement, ParameterValueType rotation, boolean auto)
          Creates a new PointPlacement object.
PointPlacement(ParameterValueType[] anchorPoint, ParameterValueType[] displacement, ParameterValueType rotation, boolean auto)
          Creates a new PointPlacement object.
PointPlacement(ParameterValueType[] anchorPoint, ParameterValueType[] displacement, ParameterValueType rotation, boolean auto)
          Creates a new PointPlacement object.
TextSymbolizer(Geometry geometry, ParameterValueType text, Font font, Halo halo, ParameterValueType minx, ParameterValueType miny, ParameterValueType maxx, ParameterValueType maxy)
          Initializing with bounding box.
TextSymbolizer(Geometry geometry, ParameterValueType label, Font font, LabelPlacement labelPlacement, Halo halo, Fill fill, double min, double max)
          constructor initializing the class with the TextSymbolizer
TextSymbolizer(Geometry geometry, String responsibleClass, ParameterValueType label, Font font, LabelPlacement labelPlacement, Halo halo, Fill fill, double min, double max)
          constructor initializing the class with the TextSymbolizer
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org