Uses of Class
com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Packages that use TextureAtlas Package Description com.metsci.glimpse.core.examples.icon Examples demonstrating display of raster fixed pixel size images.com.metsci.glimpse.core.painter.info Painters which draw informational overlays.com.metsci.glimpse.core.plot.timeline com.metsci.glimpse.core.plot.timeline.event com.metsci.glimpse.core.plot.timeline.event.paint com.metsci.glimpse.core.support.atlas.painter -
-
Uses of TextureAtlas in com.metsci.glimpse.core.examples.icon
Methods in com.metsci.glimpse.core.examples.icon with parameters of type TextureAtlas Modifier and Type Method Description static voidTextureAtlasExample. loadTextureAtlas(TextureAtlas atlas)Constructors in com.metsci.glimpse.core.examples.icon with parameters of type TextureAtlas Constructor Description SimpleIconPainter(TextureAtlas atlas) -
Uses of TextureAtlas in com.metsci.glimpse.core.painter.info
Constructors in com.metsci.glimpse.core.painter.info with parameters of type TextureAtlas Constructor Description TooltipPainter(TextureAtlas atlas) -
Uses of TextureAtlas in com.metsci.glimpse.core.plot.timeline
Methods in com.metsci.glimpse.core.plot.timeline that return TextureAtlas Modifier and Type Method Description TextureAtlasStackedTimePlot2D. getTextureAtlas()Constructors in com.metsci.glimpse.core.plot.timeline with parameters of type TextureAtlas Constructor Description StackedTimePlot2D(StackedPlot2D.Orientation orientation, Epoch epoch, TextureAtlas atlas)StackedTimePlot2D(StackedPlot2D.Orientation orientation, Epoch epoch, TextureAtlas atlas, TaggedAxis1D commonAxis)Creates a StackedTimePlot2D with specified orientation. -
Uses of TextureAtlas in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event that return TextureAtlas Modifier and Type Method Description TextureAtlasEventPlotInfo. getTextureAtlas()Constructors in com.metsci.glimpse.core.plot.timeline.event with parameters of type TextureAtlas Constructor Description EventPlotInfo(TimePlotInfo delegate, TextureAtlas atlas) -
Uses of TextureAtlas in com.metsci.glimpse.core.plot.timeline.event.paint
Methods in com.metsci.glimpse.core.plot.timeline.event.paint that return TextureAtlas Modifier and Type Method Description TextureAtlasEventPainterManager. getTextureAtlas()Constructors in com.metsci.glimpse.core.plot.timeline.event.paint with parameters of type TextureAtlas Constructor Description EventPainterManager(EventPlotInfo plot, EventManager manager, Epoch epoch, TextureAtlas atlas) -
Uses of TextureAtlas in com.metsci.glimpse.core.support.atlas.painter
Methods in com.metsci.glimpse.core.support.atlas.painter with parameters of type TextureAtlas Modifier and Type Method Description voidIconPainter. addIconGroup(Object iconGroupId, TextureAtlas atlas)voidIconPainter. addIconGroup(Object iconGroupId, TextureAtlas atlas, int initialSize)Preallocates space for an icon group with the provided initial size.
-