Package com.metsci.glimpse.core.painter.shape
Painters which draw basic geometric shapes: line segments, points, and polygons.
-
Class Summary Class Description DynamicLineSetPainter Efficiently paints dynamically changing groups of colored lines.DynamicLineSetPainter.BulkLineAccumulator DynamicLineSetPainter.DynamicLineSetPainterProgram DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles DynamicPointSetPainter Efficiently paints dynamically changing groups of colored points.DynamicPointSetPainter.BulkColorAccumulator DynamicPointSetPainter.BulkPointAccumulator LineSetPainter Efficiently draws a static set of line segments.PointSetPainter Efficiently draws a static set of points.PointSetPainter.IdXy PolygonPainter Paints large collections of arbitrary polygons (including concave polygons).PolygonPainter.PolygonPainterFlatColorProgram PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles PolygonPainter.PolygonPainterLineProgram PolygonPainter.PolygonPainterLineProgram.LineProgramHandles PolygonPainter.TessellatedPolygon In PolygonPainter, a Polygon is converted to a TessellatedPolygon, which is then converted to an IdPolygon.PolygonPainterSimple A simpler/alternate implementation ofPolygonPainter
which allows arbitrary polygons to be turned on and off.ShadedPointPainter A painter, similar toPointSetPainter
, which allows visualization of large clouds of points or particles.TaggedShadedPointPainter TimeShadedPointPainter A Scatterplot point painter which associates a time with each data point.TriangleSetPainter Draw triangles with a fixed color.