|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.style.styling.components.Graphic
public class Graphic
Graphic
Field Summary | |
---|---|
double |
anchorPointX
Default is 0.5. |
double |
anchorPointY
Default is 0.5. |
double |
displacementX
Default is 0. |
double |
displacementY
Default is 0. |
BufferedImage |
image
Default is null. |
String |
imageURL
Is set to the image's URL. |
Mark |
mark
Default is a default mark. |
double |
opacity
Default is 1. |
double |
rotation
Default is 0. |
double |
size
Default is -1. |
Constructor Summary | |
---|---|
Graphic()
|
Method Summary | |
---|---|
Graphic |
copy()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double opacity
public double size
public double rotation
public double anchorPointX
public double anchorPointY
public double displacementX
public double displacementY
public BufferedImage image
public String imageURL
public Mark mark
Constructor Detail |
---|
public Graphic()
Method Detail |
---|
public Graphic copy()
copy
in interface Copyable<Graphic>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |