Package | Description |
---|---|
com.metsci.glimpse.plot.timeline.event |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 all
Event children of this EventPlotInfo. |
Copyright © 2016 Metron, Inc.. All rights reserved.