Package adams.gui.visualization.object.objectannotations.outline
-
Interface Summary Interface Description OutlinePlotter Interface for classes that plot the outlines of shapes.SubsetPlotSupporter Interface for plotters that allow limiting the objects to be plotted. -
Class Summary Class Description AbstractOutlinePlotter Ancestor for outline plotters.AbstractStrokeOutlinePlotter Ancestor for plotters that define a stroke width.ConditionalOutlinePlotter Plots the outline only if the object is located by the specified object finder.MultiOutlinePlotter Applies the specified plotters subsequently.NoOutline Omits plotting an outline.PolygonOutline Plots the polygon.PolygonVertices Plots the polygon vertices.RectangleOutline Plots the bounding box.RectangleVertices Plots the vertices of the bounding box. -
Enum Summary Enum Description VertexShape Shapes for plotting vertices.