|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.style.styling.PolygonStyling
public class PolygonStyling
PolygonStyling
Field Summary | |
---|---|
double |
displacementX
Default is 0. |
double |
displacementY
Default is 0. |
Fill |
fill
Default is null. |
double |
perpendicularOffset
Default is 0. |
PerpendicularOffsetType |
perpendicularOffsetType
Default is Standard. |
Stroke |
stroke
Default is null. |
UOM |
uom
The unit of measure for all values. |
Constructor Summary | |
---|---|
PolygonStyling()
|
Method Summary | |
---|---|
PolygonStyling |
copy()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public UOM uom
public Fill fill
public Stroke stroke
public double displacementX
public double displacementY
public double perpendicularOffset
public PerpendicularOffsetType perpendicularOffsetType
Constructor Detail |
---|
public PolygonStyling()
Method Detail |
---|
public PolygonStyling copy()
copy
in interface Copyable<PolygonStyling>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |