Uses of Package
com.metsci.glimpse.core.painter.shape
-
Packages that use com.metsci.glimpse.core.painter.shape Package Description com.metsci.glimpse.core.examples.plot Examples demonstrating simple Glimpse plots.com.metsci.glimpse.core.painter.shape Painters which draw basic geometric shapes: line segments, points, and polygons. -
Classes in com.metsci.glimpse.core.painter.shape used by com.metsci.glimpse.core.examples.plot Class Description LineSetPainter Efficiently draws a static set of line segments. -
Classes in com.metsci.glimpse.core.painter.shape used by com.metsci.glimpse.core.painter.shape Class Description DynamicLineSetPainter.BulkLineAccumulator DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles DynamicPointSetPainter.BulkColorAccumulator DynamicPointSetPainter.BulkPointAccumulator PointSetPainter.IdXy PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles PolygonPainter.PolygonPainterLineProgram.LineProgramHandles PolygonPainter.TessellatedPolygon In PolygonPainter, a Polygon is converted to a TessellatedPolygon, which is then converted to an IdPolygon.ShadedPointPainter A painter, similar toPointSetPainter
, which allows visualization of large clouds of points or particles.