org.deegree.style.styling
Class PointStyling

java.lang.Object
  extended by org.deegree.style.styling.PointStyling
All Implemented Interfaces:
Copyable<PointStyling>, Styling<PointStyling>

public class PointStyling
extends Object
implements Styling<PointStyling>

PointStyling

Version:
$Revision: 30169 $, $Date: 2011-03-25 11:49:50 +0100 (Fri, 25 Mar 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Field Summary
 Graphic graphic
          Default is a SQUARE mark graphic.
 UOM uom
          The unit of measure for all values.
 
Constructor Summary
PointStyling()
           
 
Method Summary
 PointStyling copy()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uom

public UOM uom
The unit of measure for all values.


graphic

public Graphic graphic
Default is a SQUARE mark graphic.

Constructor Detail

PointStyling

public PointStyling()
Method Detail

copy

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.