public interface GroupInfo extends PlotInfo
Modifier and Type | Method and Description |
---|---|
void |
addChildPlot(PlotInfo plot) |
Collection<PlotInfo> |
getChildPlots() |
float[] |
getDividerColor() |
String |
getLabelText() |
SimpleTextPainter |
getTextPainter() |
boolean |
isCollapsible() |
boolean |
isExpanded() |
boolean |
isShowArrow() |
boolean |
isShowDivider() |
void |
removeChildPlot(PlotInfo plot) |
void |
setCollapsible(boolean collapsible) |
void |
setDividerColor(float[] color) |
void |
setExpanded(boolean expanded) |
void |
setLabelText(String text) |
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
void setLabelText(String text)
String getLabelText()
void addChildPlot(PlotInfo plot)
void removeChildPlot(PlotInfo plot)
Collection<PlotInfo> getChildPlots()
void setExpanded(boolean expanded)
boolean isExpanded()
isExpanded
in interface PlotInfo
void setCollapsible(boolean collapsible)
boolean isCollapsible()
void setShowArrow(boolean show)
boolean isShowArrow()
void setShowDivider(boolean show)
boolean isShowDivider()
void setDividerColor(float[] color)
float[] getDividerColor()
SimpleTextPainter getTextPainter()
Copyright © 2016 Metron, Inc.. All rights reserved.