public class GroupInfoImpl extends PlotInfoWrapper implements GroupInfo
info
Constructor and Description |
---|
GroupInfoImpl(CollapsibleTimePlot2D _plot,
PlotInfo group,
Collection<? extends PlotInfo> subplots) |
Modifier and Type | Method and Description |
---|---|
void |
addChildPlot(PlotInfo childPlot) |
boolean |
equals(Object obj) |
Collection<PlotInfo> |
getChildPlots() |
float[] |
getDividerColor() |
String |
getLabelText() |
SimpleTextPainter |
getTextPainter() |
int |
hashCode() |
boolean |
isExpanded() |
boolean |
isShowArrow() |
boolean |
isShowDivider() |
void |
removeChildPlot(PlotInfo childPlot) |
void |
setDividerColor(float[] color) |
void |
setExpanded(boolean expanded) |
void |
setLabelText(String label) |
void |
setShowArrow(boolean show) |
void |
setShowDivider(boolean show) |
addLayout, deletePlot, getBaseLayout, getCommonAxis, getCommonAxis, getId, getIndentLevel, getLayout, getLayoutData, getOrder, getOrthogonalAxis, getOrthogonalAxis, getPlotSpacing, getSize, getStackedPlot, isGrow, isVisible, setGrow, setIndentLevel, setLayoutData, setLookAndFeel, setOrder, setPlotSpacing, setSize, setVisible, updateLayout
getClass, notify, notifyAll, toString, wait, wait, wait
addLayout, deletePlot, getBaseLayout, getCommonAxis, getCommonAxis, getId, getIndentLevel, getLayout, getLayoutData, getOrder, getOrthogonalAxis, getOrthogonalAxis, getPlotSpacing, getSize, getStackedPlot, isGrow, isVisible, setGrow, setIndentLevel, setLayoutData, setLookAndFeel, setOrder, setPlotSpacing, setSize, setVisible, updateLayout
public GroupInfoImpl(CollapsibleTimePlot2D _plot, PlotInfo group, Collection<? extends PlotInfo> subplots)
public SimpleTextPainter getTextPainter()
getTextPainter
in interface GroupInfo
public void setShowArrow(boolean show)
setShowArrow
in interface GroupInfo
public boolean isShowArrow()
isShowArrow
in interface GroupInfo
public void setShowDivider(boolean show)
setShowDivider
in interface GroupInfo
public boolean isShowDivider()
isShowDivider
in interface GroupInfo
public void setDividerColor(float[] color)
setDividerColor
in interface GroupInfo
public float[] getDividerColor()
getDividerColor
in interface GroupInfo
public boolean isExpanded()
isExpanded
in interface GroupInfo
public void setExpanded(boolean expanded)
setExpanded
in interface GroupInfo
public void addChildPlot(PlotInfo childPlot)
addChildPlot
in interface GroupInfo
public void removeChildPlot(PlotInfo childPlot)
removeChildPlot
in interface GroupInfo
public Collection<PlotInfo> getChildPlots()
getChildPlots
in interface GroupInfo
public void setLabelText(String label)
setLabelText
in interface GroupInfo
public String getLabelText()
getLabelText
in interface GroupInfo
Copyright © 2013 Metron, Inc.. All rights reserved.