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 |
isCollapsible() |
boolean |
isExpanded() |
boolean |
isShowArrow() |
boolean |
isShowDivider() |
void |
removeChildPlot(PlotInfo childPlot) |
void |
setCollapsible(boolean collapsible) |
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, getParent, getPlotSpacing, getSize, getStackedPlot, isGrow, isVisible, removePlot, setGrow, setIndentLevel, setLayoutData, setLookAndFeel, setOrder, setParent, setPlotSpacing, setSize, setVisible, updateLayout
getClass, notify, notifyAll, toString, wait, wait, wait
addLayout, deletePlot, getBaseLayout, getCommonAxis, getCommonAxis, getId, getIndentLevel, getLayout, getLayoutData, getOrder, getOrthogonalAxis, getOrthogonalAxis, getParent, getPlotSpacing, getSize, getStackedPlot, isGrow, isVisible, removePlot, setGrow, setIndentLevel, setLayoutData, setLookAndFeel, setOrder, setParent, 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 PlotInfo
isExpanded
in interface GroupInfo
isExpanded
in class PlotInfoWrapper
public void setExpanded(boolean expanded)
setExpanded
in interface GroupInfo
public void setCollapsible(boolean collapsible)
setCollapsible
in interface GroupInfo
public boolean isCollapsible()
isCollapsible
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 © 2016 Metron, Inc.. All rights reserved.