Interface ShapePlotter
-
- All Superinterfaces:
Destroyable,OptionHandler,QuickInfoSupporter
- All Known Implementing Classes:
AbstractShapePlotter,Center,FilledPolygon,FilledRectangle,MultiShapePlotter,NoShape
public interface ShapePlotter extends OptionHandler, QuickInfoSupporter
Interface for classes that plot shapes.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidplotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline of the object.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Method Detail
-
plotShape
void plotShape(LocatedObject object, Color color, Graphics2D g)
Plots the outline of the object.- Parameters:
object- the object to plotcolor- the color to useg- the graphics context
-
-