Interface LabelPlotter
-
- All Superinterfaces:
Destroyable
,OptionHandler
,QuickInfoSupporter
- All Known Implementing Classes:
AbstractLabelPlotter
,Anchored
,MultiLabelPlotter
,NoLabel
public interface LabelPlotter extends OptionHandler, QuickInfoSupporter
Interface for classes that plot labels.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
plotLabel(LocatedObject object, Color color, Graphics2D g)
Plots the label.-
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
-
plotLabel
void plotLabel(LocatedObject object, Color color, Graphics2D g)
Plots the label.- Parameters:
object
- the object to plotcolor
- the color to useg
- the graphics context
-
-