Uses of Class
com.metsci.glimpse.core.plot.timeline.event.Event.TextRenderingMode
-
Packages that use Event.TextRenderingMode Package Description com.metsci.glimpse.core.plot.timeline.event -
-
Uses of Event.TextRenderingMode in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event that return Event.TextRenderingMode Modifier and Type Method Description Event.TextRenderingMode
Event. getTextRenderingMode()
Event.TextRenderingMode
EventPlotInfo. getTextRenderingMode()
static Event.TextRenderingMode
Event.TextRenderingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Event.TextRenderingMode[]
Event.TextRenderingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.metsci.glimpse.core.plot.timeline.event with parameters of type Event.TextRenderingMode Modifier and Type Method Description void
Event. setTextRenderingMode(Event.TextRenderingMode mode)
Sets how text and icons should be handled when this Event's box is too small or when it overlaps with another Event's box.void
EventPlotInfo. setTextRenderingMode(Event.TextRenderingMode mode)
Sets the TextRenderingMode for allEvent
children of this EventPlotInfo.
-