|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.idgis.giserver.FlashSymbolizer nl.idgis.giserver.FlashLineSymbolizer
public class FlashLineSymbolizer
The FlashLineSymbolizer defines the context for geometry presention based on
line(s).
The context place holder for the flash character will be filled.There is one
line style in the context which will be constant for all LineSymbol based
geometries for the concerning feature and will be evaluated at object
creation.
Constructor Summary | |
---|---|
FlashLineSymbolizer(org.deegree.graphics.sld.Symbolizer symbolizer,
org.deegree.model.feature.Feature feature)
Constructor. |
Method Summary | |
---|---|
void |
drawLine(nl.idgis.flash.FlashShape shape,
java.util.Vector<long[]> line)
Draw a line for the given collection of points, taking into account the line drawing mode Normal or Dashed. |
java.awt.Color |
getColorSpaceBase()
Get the color which can be used as color space base in colorTransform calculations. |
nl.idgis.flash.FlashLineStyle |
getLineStyle()
Getter current line style |
Methods inherited from class nl.idgis.giserver.FlashSymbolizer |
---|
getFlashCharacter, getRotation, getScale, getSymbolizer, getTranslations, setFlashCharacter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlashLineSymbolizer(org.deegree.graphics.sld.Symbolizer symbolizer, org.deegree.model.feature.Feature feature)
symbolizer
- feature
- Method Detail |
---|
public nl.idgis.flash.FlashLineStyle getLineStyle()
public void drawLine(nl.idgis.flash.FlashShape shape, java.util.Vector<long[]> line) throws java.lang.Exception
shape
- concerning flash shape objectline
- collection of points defining the line.
java.lang.Exception
public java.awt.Color getColorSpaceBase()
FlashSymbolizer
getColorSpaceBase
in class FlashSymbolizer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |