TreeMap

interface TreeMap<N, Row, Column>

Created by luc on 03/02/16.

Inheritors

Properties

Link copied to clipboard
abstract val component: CPComponent
Link copied to clipboard
Link copied to clipboard
abstract var model: TreeMapModel<N, Row, Column>?
Link copied to clipboard
abstract var view: TreeMapView<N, Row, Column>?

Functions

Link copied to clipboard
abstract fun setAggregation(aggregation: Aggregation?)
Link copied to clipboard
abstract fun setAlgorithm(algorithm: Algorithm?)
Link copied to clipboard
abstract fun setBackground(column: Int)
Link copied to clipboard
abstract fun setBackgroundByName(columnName: String?)
Link copied to clipboard
abstract fun setColor(column: Int)
Link copied to clipboard
abstract fun setColorByName(columnName: String?)
Link copied to clipboard
abstract fun setDepth(depth: Depth?)
Link copied to clipboard
abstract fun setGroupBy(vararg columns: Int)
Link copied to clipboard
abstract fun setGroupByByNames(vararg columnNames: String?)
Link copied to clipboard
abstract fun setHeaderBackgroundColor(color: MkColor?)
Link copied to clipboard
abstract fun setHeaderFont(font: MkFont?)
Link copied to clipboard
abstract fun setHeaderForegroundColor(color: MkColor?)
Link copied to clipboard
abstract fun setHeight(column: Int)
Link copied to clipboard
abstract fun setHeightByName(columnName: String?)
Link copied to clipboard
abstract fun setLabeling(labeling: Labeling?)
Link copied to clipboard
abstract fun setLabelingBackgroundColor(color: MkColor?)
Link copied to clipboard
abstract fun setLabelingFont(font: MkFont?)
Link copied to clipboard
abstract fun setLabelingForegroundColor(color: MkColor?)
Link copied to clipboard
abstract fun setLabels(vararg columns: Int)
Link copied to clipboard
abstract fun setLabelsByNames(vararg columnNames: String?)
Link copied to clipboard
abstract fun setLightSourceAmbient(value: Double)
Link copied to clipboard
abstract fun setLightSourceHeight(value: Double)
Link copied to clipboard
abstract fun setLightSourceX(value: Double)
Link copied to clipboard
abstract fun setLightSourceY(value: Double)
Link copied to clipboard
abstract fun setLightSourceZ(value: Double)
Link copied to clipboard
abstract fun setNesting(nesting: Nesting?)
Link copied to clipboard
abstract fun setOrdering(ordering: Ordering?)
Link copied to clipboard
abstract fun setRendering(rendering: Rendering?)
Link copied to clipboard
abstract fun setScale(scale: Scale?)
Link copied to clipboard
abstract fun setSize(column: Int)
Link copied to clipboard
abstract fun setSizeByName(columnName: String?)
Link copied to clipboard
abstract fun setToolTip(vararg columns: Int)

Defines the fields to be use for grouping.

Link copied to clipboard
abstract fun setToolTipByNames(vararg columnNames: String?)

Defines the fields to be use for grouping.