drawables
Class FilledDrawable

java.lang.Object
  |
  +--drawables.Drawable
        |
        +--drawables.FilledDrawable
All Implemented Interfaces:
EntryReadable, java.io.Serializable
Direct Known Subclasses:
DrawablePolygon, DrawableRectangle, DrawableSymbol

public abstract class FilledDrawable
extends Drawable

Abstract class for filled drawable primitives.

See Also:
Serialized Form

Field Summary
protected  boolean filled
          Is the primitive filled?
 
Fields inherited from class drawables.Drawable
AREALAYER, BITMAPLAYER, container, DEFMAXSCALE, DEFMINSCALE, layer, LINELAYER, maxScale, mbr, minScale, nextOfLayer, obj, POINTLAYER, pres, selected, TEXTLAYER
 
Constructor Summary
FilledDrawable()
           
 
Method Summary
 boolean isFilled()
          Gibt zurück, ob das Grafik-Primitiv gefüllt ist.
 void setFilling(boolean on)
          Schaltet die Füllung des Grafik-Primitivs an bzw. aus.
 
Methods inherited from class drawables.Drawable
computeDistance, computeDistanceTo, contains, draw, draw, draw, draw, drawProtected, getContainer, getId, getLayer, getMaxScale, getMBR, getMinScale, getNextOfLayer, getObject, getPresentation, getPresentation, getType, interacts, intersects, intersects, intersects, isContainedBy, isVisible, readCoord, readCoord, readDrawable, readDrawable, setContainer, setLayer, setMaxScale, setMBR, setMinScale, setNextOfLayer, setObject, setPresentation, setSelection, toString, write, writeCoord, writeCoord, writeGML, writeProtected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface util.EntryReadable
read
 

Field Detail

filled

protected boolean filled
Is the primitive filled?

Constructor Detail

FilledDrawable

public FilledDrawable()
Method Detail

isFilled

public boolean isFilled()
Gibt zurück, ob das Grafik-Primitiv gefüllt ist.

Returns:
gefüllt?

setFilling

public void setFilling(boolean on)
Schaltet die Füllung des Grafik-Primitivs an bzw. aus.

Parameters:
on - gefüllt?