org.deegree.style.styling.components
Class Graphic

java.lang.Object
  extended by org.deegree.style.styling.components.Graphic
All Implemented Interfaces:
Copyable<Graphic>

public class Graphic
extends Object
implements Copyable<Graphic>

Graphic

Version:
$Revision: 21314 $, $Date: 2009-12-08 13:48:34 +0100 (Tue, 08 Dec 2009) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

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

opacity

public double opacity
Default is 1.


size

public double size
Default is -1.


rotation

public double rotation
Default is 0.


anchorPointX

public double anchorPointX
Default is 0.5.


anchorPointY

public double anchorPointY
Default is 0.5.


displacementX

public double displacementX
Default is 0.


displacementY

public double displacementY
Default is 0.


image

public BufferedImage image
Default is null.


imageURL

public String imageURL
Is set to the image's URL. Image may still be null if image format is a vector format.


mark

public Mark mark
Default is a default mark.

Constructor Detail

Graphic

public Graphic()
Method Detail

copy

public Graphic copy()
Specified by:
copy in interface Copyable<Graphic>
Returns:
the copied object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.