org.deegree.style.styling.components
Class Fill

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

public class Fill
extends Object
implements Copyable<Fill>

Fill

Version:
$Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Wed, 17 Jun 2009) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $

Field Summary
 Color color
          Default is gray (#808080).
 Graphic graphic
          Default is no graphic fill.
 
Constructor Summary
Fill()
           
 
Method Summary
 Fill copy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public Color color
Default is gray (#808080).


graphic

public Graphic graphic
Default is no graphic fill.

Constructor Detail

Fill

public Fill()
Method Detail

copy

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


Copyright © 2011. All Rights Reserved.