hades.symbols
Class ColoredCircle

java.lang.Object
  extended byjfig.objects.FigBaseobject
      extended byjfig.objects.FigEllipse
          extended byhades.symbols.Circle
              extended byhades.symbols.ColoredCircle
All Implemented Interfaces:
FigDrawable, FigObject, java.io.Serializable

public class ColoredCircle
extends Circle

ColoredCircle: used for special circles on SimObject symbols which should remain colored even during black and white export.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jfig.objects.FigEllipse
 
Fields inherited from class jfig.objects.FigBaseobject
attribs, bbox, comment, debug, painter, printer, sc_bbox, sc_bbox_timestamp, selected, showPoints, syncRedrawFlag, timestamp, trafo, visible, x, y
 
Constructor Summary
ColoredCircle()
          construct an empty ColoredCircle.
 
Method Summary
 FigObject copy()
          build a copy of this FigEllipse object.
 java.lang.String toString()
          toString() - the usual info method
 
Methods inherited from class hades.symbols.Circle
build_attribs, checkColorSource, initialize, paint, paint, setColorSource, writeAsResource
 
Methods inherited from class jfig.objects.FigEllipse
appendPoint, canRotate, createRenderer, deletePoint, getCenterPoint, getMovePointNeighbors, getNearestPoint, getNeighborPoints, getPoints, getRadiusPoint, insertPoint, isClosed, minDistance, mirrorX, mirrorY, move, movePoint, rebuild, rotate, setAttributes, setCenterAndRadius, setFillColor, setFillStyle, setLayer, setLineColor, setLineStyle, setLineWidth, setPoints, setTrafo, supportsPointOps, update
 
Methods inherited from class jfig.objects.FigBaseobject
build_sc_bbox, clonePoints, deselect, get_sc_bbox, getAttributes, getBbox, getComment, getLayer, getPosition, getSyncRedrawFlag, getText, getTimestamp, getTrafo, isSelected, isShowPoints, isVisible, isVisible, keyPressed, manhattan, message, minDistanceEuclid, numPoints, paintSave, reset_debug, scale, select, set_debug, setComment, setConsole, setObjectPainter, setSyncRedrawFlag, setText, setVisible, showPoints, updateAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColoredCircle

public ColoredCircle()
construct an empty ColoredCircle.

Method Detail

copy

public FigObject copy()
Description copied from class: FigEllipse
build a copy of this FigEllipse object.

Specified by:
copy in interface FigObject
Overrides:
copy in class Circle

toString

public java.lang.String toString()
toString() - the usual info method

Specified by:
toString in interface FigObject
Overrides:
toString in class Circle