Uses of Class
com.metsci.glimpse.core.painter.info.TooltipPainter
-
Packages that use TooltipPainter Package Description 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.layout -
-
Uses of TooltipPainter in com.metsci.glimpse.core.painter.info
Methods in com.metsci.glimpse.core.painter.info that return TooltipPainter Modifier and Type Method Description TooltipPainter
TooltipPainter. clear()
TooltipPainter
TooltipPainter. setBorderSize(int size)
TooltipPainter
TooltipPainter. setBreakIterator(BreakIterator breakIterator)
TooltipPainter
TooltipPainter. setBreakOnEol(boolean breakOnEol)
TooltipPainter
TooltipPainter. setFixedWidth(int fixedWidth)
TooltipPainter
TooltipPainter. setIcon(Object iconId)
Sets the icon to be displayed on the first line of the tool tip.TooltipPainter
TooltipPainter. setIcons(List<Object> iconIds)
Sets the TooltipPainter to display multiple icons, one per line, down the left hand side of the tooltip window.TooltipPainter
TooltipPainter. setIcons(List<Object> iconIds, List<float[]> colors)
Sets icons and associated colors.TooltipPainter
TooltipPainter. setIconSize(float size)
TooltipPainter
TooltipPainter. setIconSizeFixedToTextHeight(boolean iconSizeFixedToText)
If true, the height of each icon will be set to the height of each line of text.TooltipPainter
TooltipPainter. setIconSpacing(int i)
TooltipPainter
TooltipPainter. setInsets(Insets insets)
TooltipPainter
TooltipPainter. setLineSpacing(int lineSpacing)
TooltipPainter
TooltipPainter. setLocation(int x, int y)
Sets the location of the upper left corner of the tooltip box in screen/pixel coordinates.TooltipPainter
TooltipPainter. setLocation(GlimpseMouseEvent e)
TooltipPainter
TooltipPainter. setLocationAxisCoords(double x, double y)
Sets the location of the upper left corner of the tooltip box in axis coordinates.TooltipPainter
TooltipPainter. setOffset(int x, int y)
TooltipPainter
TooltipPainter. setText(String text)
TooltipPainter
TooltipPainter. setTextIconSpacing(int textIconSpacing)
TooltipPainter
TooltipPainter. setUnlimitedWidth()
TooltipPainter
TooltipPainter. setWrapTextAroundIcon(boolean wrap)
-
Uses of TooltipPainter in com.metsci.glimpse.core.plot.timeline
Methods in com.metsci.glimpse.core.plot.timeline that return TooltipPainter Modifier and Type Method Description TooltipPainter
StackedTimePlot2D. getTooltipPainter()
-
Uses of TooltipPainter in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event with parameters of type TooltipPainter Modifier and Type Method Description void
EventToolTipHandler. setToolTip(EventSelection selection, TooltipPainter tooltipPainter)
-
Uses of TooltipPainter in com.metsci.glimpse.core.plot.timeline.layout
Methods in com.metsci.glimpse.core.plot.timeline.layout with parameters of type TooltipPainter Modifier and Type Method Description void
TimeToolTipHandler. setToolTip(GlimpseMouseEvent e, TooltipPainter tooltipPainter)
-