public class TreeMap extends Chart
Modifier and Type | Field and Description |
---|---|
static int |
ROWS_LIMIT |
PLOT_GRIDLINE, PLOT_LABEL, PLOT_LABEL_X, PLOT_LABEL_Y, PLOT_TITLE
MODEL, MODEL_MODULE_VALUE, MODEL_UPDATE, VIEW_MODULE_VALUE
APPLICATION_VND_JUPYTER_WIDGET_VIEW_JSON, DESCRIPTION, DISABLED, DISPLAY, INDEX, METHOD, MODEL_ID, MODEL_MODULE, MODEL_MODULE_VERSION, MODEL_MODULE_VERSION_VALUE, MODEL_NAME, MSG_THROTTLE, VALUE, VIEW_MODULE, VIEW_MODULE_VERSION, VIEW_MODULE_VERSION_VALUE, VIEW_NAME, VISIBLE
Constructor and Description |
---|
TreeMap() |
TreeMap(net.sf.jtreemap.swing.TreeMapNode root) |
Modifier and Type | Method and Description |
---|---|
ColorProvider |
getColorProvider() |
Mode |
getMode() |
java.lang.String |
getModelNameValue() |
java.lang.Double |
getRatio() |
net.sf.jtreemap.swing.TreeMapNode |
getRoot()
get the root.
|
java.lang.Boolean |
getRound() |
java.lang.Boolean |
getSticky() |
IToolTipBuilder |
getToolTipBuilder() |
ValueAccessor |
getValueAccessor() |
java.lang.String |
getViewNameValue() |
void |
setColorProvider(ColorProvider newColorProvider) |
void |
setMode(Mode mode) |
void |
setRatio(java.lang.Double ratio) |
void |
setRoot(net.sf.jtreemap.swing.TreeMapNode newRoot)
set the new root.
|
void |
setRound(java.lang.Boolean round) |
void |
setSticky(java.lang.Boolean sticky) |
void |
setToolTipBuilder(IToolTipBuilder toolTipBuilder) |
void |
setValueAccessor(ValueAccessor valueAccessor) |
getCustomStyles, getElementStyles, getGridLineStyle, getInitHeight, getInitWidth, getLabelStyle, getLabelXStyle, getLabelYStyle, getLegendLayout, getLegendPosition, getShowLegend, getTitle, getTitleStyle, getUseToolTip, serializeToJsonObject, serializeToJsonObject, setCustomStyles, setGridLineStyle, setInitHeight, setInitWidth, setLabelStyle, setLabelXStyle, setLabelYStyle, setLegendLayout, setLegendPosition, setShowLegend, setTitle, setTitleStyle, setUseToolTip
getDetails, getDetailsFromMessage, getGraphics, getGraphicsById, getGraphicsUid, onActionDetails, openComm, setDetails, updateDetails
activateWidgetInContainer, addValueChangeMsgCallback, beforeDisplay, content, getModelModuleValue, getViewModuleValue, sendModel, sendModelUpdate, sendModelUpdate
public static final int ROWS_LIMIT
public TreeMap(net.sf.jtreemap.swing.TreeMapNode root)
public TreeMap()
public net.sf.jtreemap.swing.TreeMapNode getRoot()
public void setRoot(net.sf.jtreemap.swing.TreeMapNode newRoot)
newRoot
- the new root to setpublic Mode getMode()
public void setMode(Mode mode)
public java.lang.Double getRatio()
public void setRatio(java.lang.Double ratio)
public java.lang.Boolean getSticky()
public void setSticky(java.lang.Boolean sticky)
public java.lang.Boolean getRound()
public void setRound(java.lang.Boolean round)
public ValueAccessor getValueAccessor()
public void setValueAccessor(ValueAccessor valueAccessor)
public void setColorProvider(ColorProvider newColorProvider)
public ColorProvider getColorProvider()
public IToolTipBuilder getToolTipBuilder()
public void setToolTipBuilder(IToolTipBuilder toolTipBuilder)
public java.lang.String getModelNameValue()
getModelNameValue
in class Chart
public java.lang.String getViewNameValue()
getViewNameValue
in class Chart