|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.idgis.giserver.FlashSymbolizer
public abstract class FlashSymbolizer
Abstract class for flash character symbolizer characteristics.
The flash character symbolizer is a composition of symbolizer dependent
information which will be constant for all information for the concerning
feature.
Method Summary | |
---|---|
java.awt.Color |
getColorSpaceBase()
Get the color which can be used as color space base in colorTransform calculations. |
nl.idgis.flash.FlashCharacter |
getFlashCharacter()
Getter for created flash character |
double |
getRotation()
Get the rotation dictacting by this FlashSymbolizer. |
double |
getScale()
Get the scale dictating by this FlashSymbolizer. |
org.deegree.graphics.sld.Symbolizer |
getSymbolizer()
Getter |
long[] |
getTranslations()
Get the involved translations as dictating by this FlashSymbolizer. |
void |
setFlashCharacter(nl.idgis.flash.FlashCharacter flashCharacter)
Setter for created flash character |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.deegree.graphics.sld.Symbolizer getSymbolizer()
public nl.idgis.flash.FlashCharacter getFlashCharacter()
public void setFlashCharacter(nl.idgis.flash.FlashCharacter flashCharacter)
flashCharacter
- for placeholderpublic java.awt.Color getColorSpaceBase()
public double getScale()
public double getRotation()
public long[] getTranslations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |