Package overit.geocall.basic.ui.control
Class ChartStyle
java.lang.Object
overit.geocall.platform.ui.UINode
overit.geocall.ui.Component
overit.geocall.basic.ui.control.JFCStyle
overit.geocall.basic.ui.control.ChartStyle
- All Implemented Interfaces:
Serializable,org.jfree.chart.plot.DrawingSupplier,overit.geocall.marks.MethodExposer,overit.geocall.marks.NameExposer,Identified,Tool
This class extends
JFCStyle and implements a style for the charts.- See Also:
- GCApi:
- component
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.ui.Component
Component.Configurable, Component.ConfigurableAttribute, Component.ConfigurableAttributes, Component.FilterCriteria, Component.Registry -
Field Summary
Fields inherited from class overit.geocall.basic.ui.control.JFCStyle
_identity, _itemSize, _paintIndex, _paints, _rs, _seed, _shapeIndex, _shapes, _strokeIndex, _strokes, _symbolPaintIndex, _symbolPaints, SHAPE_EMPTYFields inherited from class overit.geocall.ui.Component
_basic, _childrenContainers, _currentId, _gridalign, _gridcols, _gridrows, _gridvalign, _iconElement, _id, _keylabel, _label, _layoutName, _name, _parentContainer, _registryName, _shortcut, _tabindex, _transformations, _valuesContainer, aliasField, BR, configHidden, configuredLabel, configuredLabelInLine, defaultHidden, ELEMENT_BR, ELEMENT_NULL, entityContainer, entityName, extendedField, fullHeight, important, labelInLine, layoutLabel, PIXEL_IMG, safeInlineService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of paintsReturns the list of shapesReturns the list of strokesbooleanReturns true if the chart style has paints, false otherwise.Methods inherited from class overit.geocall.basic.ui.control.JFCStyle
getHtml, getIdentity, getNextFillPaint, getNextOutlinePaint, getNextOutlineStroke, getNextPaint, getNextShape, getNextStroke, parseFloat, parseShape, parseStroke, reStart, setIdentity, setItemSize, setPAINTS, setSHAPES, setSTROKESMethods inherited from class overit.geocall.ui.Component
adapt, ajaxQuery, appendAttribute, buildDisplayScript, buildSetupScript, calcKeyLabel, calcLabel, calcShortcut, canBeConfigured, changed, clearConfiguredProperties, componentIterator, componentSize, connect, containerIterator, createAjaxFrame, deprecate, fillSetupScript, generateFlexableFullHeightContainer, generateId, getBASIC, getBoolean, getBoolean, getChildrenComponents, getChildrenContainers, getDefaultLabel, getDefaultLayoutLabel, getEntityContainer, getEntityName, getFullHeight, getGridAlign, getGridCols, getGridRows, getGridVAlign, getHtmlLabel, getHtmlLabel, getIcon, getId, getint, getKEYLABEL, getLABEL, getLayoutLabel, getLayoutName, getNAME, getParentComponent, getParentContainer, getPublishedChildrenList, getRegistryName, getSHORTCUT, getTabIndex, getTeacher, getValuesContainer, getWindow, initChilds, isActivable, isActive, isAliasField, isConfigHidden, isDefaultHidden, isExtendedField, isImportant, isLabelInLine, onInit, setActivable, setActive, setAliasField, setBASIC, setConfigHidden, setDEFAULTHIDDEN, setEntityName, setExtendedField, setFULLHEIGHT, setGRIDALIGN, setGRIDCOLS, setGRIDROWS, setGRIDVALIGN, setICON, setIMPORTANT, setLabel, setLABEL, setLABELINLINE, setLAYOUTLABEL, setLAYOUTNAME, setNAME, setREGISTRYNAME, setTooltip, setup, setValuesContainer, stringForJs, tabIndexer
-
Constructor Details
-
ChartStyle
public ChartStyle()
-
-
Method Details
-
getPaints
Returns the list of paints- Returns:
- The list of paints
-
hasPaints
public boolean hasPaints()Returns true if the chart style has paints, false otherwise.- Returns:
- True if the chart style has paints, false otherwise
-
getStrokes
Returns the list of strokes- Returns:
- The list of strokes
-
getShapes
Returns the list of shapes- Returns:
- The list of shapes
-