public class TimelineInfo extends PlotInfoWrapper
info
Constructor and Description |
---|
TimelineInfo(StackedTimePlot2D plot,
PlotInfo info) |
Modifier and Type | Method and Description |
---|---|
TimeAxisPainter |
getAxisPainter() |
DelegatePainter |
getAxisPainterDelegate() |
BorderPainter |
getBorderPainter() |
GlimpseAxisLayout1D |
getTimelineLayout()
The layout on which the time axis markings are painted.
|
TimeZone |
getTimeZone() |
SimpleTextPainter |
getTimeZonePainter() |
void |
setAxisColor(float[] rgba) |
void |
setAxisFont(Font font) |
void |
setCurrentTimeColor(float[] rgba) |
void |
setEpoch(Epoch epoch) |
void |
setShowCurrentTime(boolean show) |
void |
setTimeAxisPainter(TimeAxisPainter painter) |
void |
setTimeZone(TimeZone timeZone) |
void |
updateLayout(int index) |
addLayout, deletePlot, getBaseLayout, getCommonAxis, getCommonAxis, getId, getIndentLevel, getLayout, getLayoutData, getOrder, getOrthogonalAxis, getOrthogonalAxis, getParent, getPlotSpacing, getSize, getStackedPlot, isExpanded, isGrow, isVisible, removePlot, setGrow, setIndentLevel, setLayoutData, setLookAndFeel, setOrder, setParent, setPlotSpacing, setSize, setVisible
public TimelineInfo(StackedTimePlot2D plot, PlotInfo info)
public void setEpoch(Epoch epoch)
public void setTimeZone(TimeZone timeZone)
public TimeZone getTimeZone()
public DelegatePainter getAxisPainterDelegate()
public TimeAxisPainter getAxisPainter()
public SimpleTextPainter getTimeZonePainter()
public BorderPainter getBorderPainter()
public GlimpseAxisLayout1D getTimelineLayout()
public void setTimeAxisPainter(TimeAxisPainter painter)
public void setAxisColor(float[] rgba)
public void setAxisFont(Font font)
public void setShowCurrentTime(boolean show)
public void setCurrentTimeColor(float[] rgba)
public void updateLayout(int index)
updateLayout
in interface PlotInfo
updateLayout
in class PlotInfoWrapper
Copyright © 2016 Metron, Inc.. All rights reserved.