Class PMIBarChart
- java.lang.Object
- 
- java.awt.Component
- 
- java.awt.Container
- 
- javax.swing.JComponent
- 
- javax.swing.JPanel
- 
- org.jfree.chart.ChartPanel
- 
- com.inductiveautomation.factorypmi.application.components.chart.PMIChartPanel
- 
- com.inductiveautomation.factorypmi.application.components.PMIBarChart
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- DynamicPropertyProvider,- LocaleListener,- MutableDynamicPropertyProvider,- ComponentLifecycle,- DesignerInitializable,- ExtensibleComponent,- QualityMonitor,- VisionComponent,- java.awt.event.ActionListener,- java.awt.event.MouseListener,- java.awt.event.MouseMotionListener,- java.awt.image.ImageObserver,- java.awt.MenuContainer,- java.awt.print.Printable,- java.io.Serializable,- java.util.EventListener,- javax.accessibility.Accessible,- org.jfree.chart.event.ChartChangeListener,- org.jfree.chart.event.ChartProgressListener
 
 public class PMIBarChart extends PMIChartPanel implements DesignerInitializable, MutableDynamicPropertyProvider, ExtensibleComponent - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class javax.swing.JPaneljavax.swing.JPanel.AccessibleJPanel
 - 
Nested classes/interfaces inherited from class javax.swing.JComponentjavax.swing.JComponent.AccessibleJComponent
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static org.jfree.chart.axis.CategoryLabelPositions[]CATEGORY_LABEL_POSITIONSstatic java.lang.StringCOLUMN_FORMATstatic intEXTRACT_COLUMNstatic intEXTRACT_ROWstatic intRENDERER_AREAstatic intRENDERER_BARstatic intRENDERER_BAR3Dstatic intRENDERER_LAYEREDstatic intRENDERER_STACKEDBARstatic intRENDERER_STACKEDBAR3Dstatic intROTATION_CLOCKWISEstatic intROTATION_COUNTERstatic java.lang.StringROW_FORMATprotected java.awt.Color[]seriesColors- 
Fields inherited from class com.inductiveautomation.factorypmi.application.components.chart.PMIChartPanelantialias, context, cursorCode, extensionFunctions, print, properties, save, showPopup, zoom
 - 
Fields inherited from class org.jfree.chart.ChartPanelDEFAULT_BUFFER_USED, DEFAULT_HEIGHT, DEFAULT_MAXIMUM_DRAW_HEIGHT, DEFAULT_MAXIMUM_DRAW_WIDTH, DEFAULT_MINIMUM_DRAW_HEIGHT, DEFAULT_MINIMUM_DRAW_WIDTH, DEFAULT_WIDTH, DEFAULT_ZOOM_TRIGGER_DISTANCE, localizationResources, PRINT_COMMAND, PROPERTIES_COMMAND, SAVE_COMMAND, ZOOM_IN_BOTH_COMMAND, ZOOM_IN_DOMAIN_COMMAND, ZOOM_IN_RANGE_COMMAND, ZOOM_OUT_BOTH_COMMAND, ZOOM_OUT_DOMAIN_COMMAND, ZOOM_OUT_RANGE_COMMAND, ZOOM_RESET_BOTH_COMMAND, ZOOM_RESET_DOMAIN_COMMAND, ZOOM_RESET_RANGE_COMMAND
 - 
Fields inherited from class javax.swing.JComponentlistenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 - 
Fields inherited from class java.awt.ComponentaccessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 - 
Fields inherited from interface com.inductiveautomation.vision.api.client.components.model.ComponentLifecycleCOMPONENT_RUNNING
 - 
Fields inherited from interface java.awt.image.ImageObserverABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 - 
Fields inherited from interface com.inductiveautomation.ignition.client.model.LocaleListenerLOCAL_CHANGE_EVENT
 - 
Fields inherited from interface com.inductiveautomation.vision.api.client.binding.MutableDynamicPropertyProviderRESERVED_SET_KEY
 - 
Fields inherited from interface com.inductiveautomation.vision.api.client.components.model.VisionComponentCOMPONENT_LOCKED, COMPONENT_PERMISSIONS, COMPONENT_SECURITY, COMPONENT_TRANSLATIONS
 
- 
 - 
Constructor SummaryConstructors Constructor Description PMIBarChart()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetBarLabelColor()java.awt.FontgetBarLabelFont()doublegetBarLabelOffset()java.awt.ColorgetCatAxisLabelColor()java.awt.FontgetCatAxisLabelFont()intgetCatAxisLabelPosition()doublegetCatAxisLowerMargin()java.awt.ColorgetCatAxisTickColor()java.awt.FontgetCatAxisTickFont()doublegetCatAxisUpperMargin()java.lang.StringgetCategoryLabel()doublegetCategoryMargin()DatasetgetData()java.util.TreeMap<java.lang.String,DynamicPropertyDescriptor>getDynamicProps()intgetExtractOrder()floatgetForegroundAlpha()doublegetItemMargin()java.awt.FontgetLegendFont()java.awt.ColorgetPlotBackground()DynamicPropertyDescriptor[]getProperties()java.lang.ObjectgetPropertyValue(java.lang.String name)intgetRendererType()java.awt.Color[]getSeriesColors()java.lang.StringgetTitle()java.awt.FontgetTitleFont()java.awt.ColorgetValAxisLabelColor()java.awt.FontgetValAxisLabelFont()doublegetValAxisLowerBound()java.awt.ColorgetValAxisTickColor()java.awt.FontgetValAxisTickFont()doublegetValAxisUpperBound()doublegetValAxisUpperMargin()java.lang.StringgetValueLabel()voidinitialize()booleanisGradient()booleanisLabels()booleanisLegend()booleanisOpaque()booleanisPropertyDefined(java.lang.String name)booleanisShadows()booleanisTooltips()booleanisValAxisAutoRange()booleanisVertical()voidlocaleChanged(java.util.Locale newLocale)voidsetBarLabelColor(java.awt.Color barLabelColor)voidsetBarLabelFont(java.awt.Font barLabelFont)voidsetBarLabelOffset(double barLabelOffset)voidsetCatAxisLabelColor(java.awt.Color catAxisLabelColor)voidsetCatAxisLabelFont(java.awt.Font catAxisLabelFont)voidsetCatAxisLabelPosition(int p)voidsetCatAxisLowerMargin(double axisLowerMargin)voidsetCatAxisTickColor(java.awt.Color catAxisTickColor)voidsetCatAxisTickFont(java.awt.Font catAxisTickFont)voidsetCatAxisUpperMargin(double axisUpperMargin)voidsetCategoryLabel(java.lang.String categoryLabel)voidsetCategoryMargin(double categoryMargin)voidsetData(Dataset set)voidsetDynamicProps(java.util.TreeMap<java.lang.String,DynamicPropertyDescriptor> map)voidsetExtensionFunctions(java.util.Map<java.lang.String,ExtensionFunction> map)voidsetExtractOrder(int i)voidsetForegroundAlpha(float d)voidsetGradient(boolean gradient)voidsetItemMargin(double itemMargin)voidsetLabels(boolean b)voidsetLegend(boolean b)voidsetLegendFont(java.awt.Font legendFont)voidsetPlotBackground(java.awt.Color color)voidsetPropertyValue(java.lang.String name, java.lang.Object value)voidsetRendererType(int rendererType)voidsetSeriesColors(java.awt.Color[] seriesColors)voidsetShadows(boolean shadows)voidsetTitle(java.lang.String string)voidsetTitleFont(java.awt.Font titleFont)voidsetTooltips(boolean b)voidsetValAxisAutoRange(boolean valAxisAutoRange)voidsetValAxisLabelColor(java.awt.Color valAxisLabelColor)voidsetValAxisLabelFont(java.awt.Font valAxisLabelFont)voidsetValAxisLowerBound(double valAxisLowerBound)voidsetValAxisTickColor(java.awt.Color valAxisTickColor)voidsetValAxisTickFont(java.awt.Font valAxisTickFont)voidsetValAxisUpperBound(double valAxisUpperBound)voidsetValAxisUpperMargin(double axisUpperMargin)voidsetValueLabel(java.lang.String valueLabel)voidsetVertical(boolean vertical)- 
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.PMIChartPanelcreateChartPrintJob, createPopupMenu, displayPopupMenu, doSaveAs, getAppContext, getCursorCode, getDataQuality, getExtensionFunctions, getQuality, getScientificNumberFormat, getToolTipText, getToolTipText, isAntialias, isShowPopup, onShutdown, onStartup, paintChildren, print, setAntialias, setCursorCode, setDataQuality, setName, setQuality, setShowPopup, setVisible, shutdownComponent, startupComponent, translate, translateTerm, updateQuality
 - 
Methods inherited from class org.jfree.chart.ChartPanelactionPerformed, addChartMouseListener, chartChanged, chartProgress, doEditChartProperties, getAnchor, getChart, getChartRenderingInfo, getDefaultDirectoryForSaveAs, getDismissDelay, getEntityForPoint, getFillZoomRectangle, getHorizontalAxisTrace, getHorizontalTraceLine, getInitialDelay, getListeners, getMaximumDrawHeight, getMaximumDrawWidth, getMinimumDrawHeight, getMinimumDrawWidth, getPopupMenu, getRefreshBuffer, getReshowDelay, getScaleX, getScaleY, getScreenDataArea, getScreenDataArea, getVerticalAxisTrace, getVerticalTraceLine, getZoomAroundAnchor, getZoomInFactor, getZoomOutFactor, getZoomTriggerDistance, isDomainZoomable, isEnforceFileExtensions, isRangeZoomable, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paintComponent, print, removeChartMouseListener, restoreAutoBounds, restoreAutoDomainBounds, restoreAutoRangeBounds, scale, setAnchor, setChart, setDefaultDirectoryForSaveAs, setDismissDelay, setDisplayToolTips, setDomainZoomable, setEnforceFileExtensions, setFillZoomRectangle, setHorizontalAxisTrace, setHorizontalTraceLine, setInitialDelay, setMaximumDrawHeight, setMaximumDrawWidth, setMinimumDrawHeight, setMinimumDrawWidth, setMouseZoomable, setMouseZoomable, setPopupMenu, setRangeZoomable, setRefreshBuffer, setReshowDelay, setVerticalAxisTrace, setVerticalTraceLine, setZoomAroundAnchor, setZoomInFactor, setZoomOutFactor, setZoomTriggerDistance, translateJava2DToScreen, translateScreenToJava2D, updateUI, zoom, zoomInBoth, zoomInDomain, zoomInRange, zoomOutBoth, zoomOutDomain, zoomOutRange
 - 
Methods inherited from class javax.swing.JPanelgetAccessibleContext, getUI, getUIClassID, paramString, setUI
 - 
Methods inherited from class javax.swing.JComponentaddAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, unregisterKeyboardAction, update
 - 
Methods inherited from class java.awt.Containeradd, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree
 - 
Methods inherited from class java.awt.Componentaction, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setMixingCutoutShape, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.vision.api.client.components.model.ComponentLifecyclegetAppContext, shutdownComponent, startupComponent
 - 
Methods inherited from interface com.inductiveautomation.vision.api.client.components.model.ExtensibleComponentgetExtensionFunctions
 
- 
 
- 
- 
- 
Field Detail- 
EXTRACT_COLUMNpublic static final int EXTRACT_COLUMN - See Also:
- Constant Field Values
 
 - 
EXTRACT_ROWpublic static final int EXTRACT_ROW - See Also:
- Constant Field Values
 
 - 
ROTATION_CLOCKWISEpublic static final int ROTATION_CLOCKWISE - See Also:
- Constant Field Values
 
 - 
ROTATION_COUNTERpublic static final int ROTATION_COUNTER - See Also:
- Constant Field Values
 
 - 
RENDERER_BARpublic static final int RENDERER_BAR - See Also:
- Constant Field Values
 
 - 
RENDERER_BAR3Dpublic static final int RENDERER_BAR3D - See Also:
- Constant Field Values
 
 - 
RENDERER_STACKEDBARpublic static final int RENDERER_STACKEDBAR - See Also:
- Constant Field Values
 
 - 
RENDERER_STACKEDBAR3Dpublic static final int RENDERER_STACKEDBAR3D - See Also:
- Constant Field Values
 
 - 
RENDERER_LAYEREDpublic static final int RENDERER_LAYERED - See Also:
- Constant Field Values
 
 - 
RENDERER_AREApublic static final int RENDERER_AREA - See Also:
- Constant Field Values
 
 - 
ROW_FORMATpublic static final java.lang.String ROW_FORMAT - See Also:
- Constant Field Values
 
 - 
COLUMN_FORMATpublic static final java.lang.String COLUMN_FORMAT - See Also:
- Constant Field Values
 
 - 
CATEGORY_LABEL_POSITIONSpublic static final org.jfree.chart.axis.CategoryLabelPositions[] CATEGORY_LABEL_POSITIONS 
 - 
seriesColorsprotected java.awt.Color[] seriesColors 
 
- 
 - 
Method Detail- 
initializepublic void initialize() - Specified by:
- initializein interface- DesignerInitializable
 
 - 
localeChangedpublic void localeChanged(java.util.Locale newLocale) - Specified by:
- localeChangedin interface- LocaleListener
- Overrides:
- localeChangedin class- PMIChartPanel
 
 - 
isOpaquepublic boolean isOpaque() - Overrides:
- isOpaquein class- javax.swing.JComponent
 
 - 
getDatapublic Dataset getData() 
 - 
getExtractOrderpublic int getExtractOrder() 
 - 
getForegroundAlphapublic float getForegroundAlpha() 
 - 
isLabelspublic boolean isLabels() 
 - 
isLegendpublic boolean isLegend() 
 - 
getPlotBackgroundpublic java.awt.Color getPlotBackground() 
 - 
getTitlepublic java.lang.String getTitle() 
 - 
isTooltipspublic boolean isTooltips() 
 - 
setDatapublic void setData(Dataset set) 
 - 
setExtractOrderpublic void setExtractOrder(int i) 
 - 
setForegroundAlphapublic void setForegroundAlpha(float d) 
 - 
setLabelspublic void setLabels(boolean b) 
 - 
setLegendpublic void setLegend(boolean b) 
 - 
setPlotBackgroundpublic void setPlotBackground(java.awt.Color color) 
 - 
setTitlepublic void setTitle(java.lang.String string) 
 - 
setTooltipspublic void setTooltips(boolean b) 
 - 
getCategoryLabelpublic java.lang.String getCategoryLabel() 
 - 
setCategoryLabelpublic void setCategoryLabel(java.lang.String categoryLabel) 
 - 
getValueLabelpublic java.lang.String getValueLabel() 
 - 
setValueLabelpublic void setValueLabel(java.lang.String valueLabel) 
 - 
isVerticalpublic boolean isVertical() 
 - 
setVerticalpublic void setVertical(boolean vertical) 
 - 
getRendererTypepublic int getRendererType() 
 - 
setRendererTypepublic void setRendererType(int rendererType) 
 - 
getCategoryMarginpublic double getCategoryMargin() 
 - 
setCategoryMarginpublic void setCategoryMargin(double categoryMargin) 
 - 
getItemMarginpublic double getItemMargin() 
 - 
setItemMarginpublic void setItemMargin(double itemMargin) 
 - 
getSeriesColorspublic java.awt.Color[] getSeriesColors() 
 - 
setSeriesColorspublic void setSeriesColors(java.awt.Color[] seriesColors) 
 - 
getCatAxisLabelPositionpublic int getCatAxisLabelPosition() 
 - 
setCatAxisLabelPositionpublic void setCatAxisLabelPosition(int p) 
 - 
getCatAxisLabelFontpublic java.awt.Font getCatAxisLabelFont() 
 - 
setCatAxisLabelFontpublic void setCatAxisLabelFont(java.awt.Font catAxisLabelFont) 
 - 
getValAxisLabelFontpublic java.awt.Font getValAxisLabelFont() 
 - 
setValAxisLabelFontpublic void setValAxisLabelFont(java.awt.Font valAxisLabelFont) 
 - 
getCatAxisTickFontpublic java.awt.Font getCatAxisTickFont() 
 - 
setCatAxisTickFontpublic void setCatAxisTickFont(java.awt.Font catAxisTickFont) 
 - 
getValAxisTickFontpublic java.awt.Font getValAxisTickFont() 
 - 
setValAxisTickFontpublic void setValAxisTickFont(java.awt.Font valAxisTickFont) 
 - 
getCatAxisLabelColorpublic java.awt.Color getCatAxisLabelColor() 
 - 
setCatAxisLabelColorpublic void setCatAxisLabelColor(java.awt.Color catAxisLabelColor) 
 - 
getValAxisLabelColorpublic java.awt.Color getValAxisLabelColor() 
 - 
setValAxisLabelColorpublic void setValAxisLabelColor(java.awt.Color valAxisLabelColor) 
 - 
getCatAxisTickColorpublic java.awt.Color getCatAxisTickColor() 
 - 
setCatAxisTickColorpublic void setCatAxisTickColor(java.awt.Color catAxisTickColor) 
 - 
getValAxisTickColorpublic java.awt.Color getValAxisTickColor() 
 - 
setValAxisTickColorpublic void setValAxisTickColor(java.awt.Color valAxisTickColor) 
 - 
getBarLabelFontpublic java.awt.Font getBarLabelFont() 
 - 
setBarLabelFontpublic void setBarLabelFont(java.awt.Font barLabelFont) 
 - 
getLegendFontpublic java.awt.Font getLegendFont() 
 - 
setLegendFontpublic void setLegendFont(java.awt.Font legendFont) 
 - 
getTitleFontpublic java.awt.Font getTitleFont() 
 - 
setTitleFontpublic void setTitleFont(java.awt.Font titleFont) 
 - 
getBarLabelOffsetpublic double getBarLabelOffset() 
 - 
setBarLabelOffsetpublic void setBarLabelOffset(double barLabelOffset) 
 - 
getBarLabelColorpublic java.awt.Color getBarLabelColor() 
 - 
setBarLabelColorpublic void setBarLabelColor(java.awt.Color barLabelColor) 
 - 
isShadowspublic boolean isShadows() 
 - 
setShadowspublic void setShadows(boolean shadows) 
 - 
isGradientpublic boolean isGradient() 
 - 
setGradientpublic void setGradient(boolean gradient) 
 - 
getValAxisUpperMarginpublic double getValAxisUpperMargin() 
 - 
setValAxisUpperMarginpublic void setValAxisUpperMargin(double axisUpperMargin) 
 - 
getCatAxisUpperMarginpublic double getCatAxisUpperMargin() 
 - 
setCatAxisUpperMarginpublic void setCatAxisUpperMargin(double axisUpperMargin) 
 - 
getCatAxisLowerMarginpublic double getCatAxisLowerMargin() 
 - 
setCatAxisLowerMarginpublic void setCatAxisLowerMargin(double axisLowerMargin) 
 - 
isValAxisAutoRangepublic boolean isValAxisAutoRange() 
 - 
setValAxisAutoRangepublic void setValAxisAutoRange(boolean valAxisAutoRange) 
 - 
getValAxisLowerBoundpublic double getValAxisLowerBound() 
 - 
setValAxisLowerBoundpublic void setValAxisLowerBound(double valAxisLowerBound) 
 - 
getValAxisUpperBoundpublic double getValAxisUpperBound() 
 - 
setValAxisUpperBoundpublic void setValAxisUpperBound(double valAxisUpperBound) 
 - 
getDynamicPropspublic java.util.TreeMap<java.lang.String,DynamicPropertyDescriptor> getDynamicProps() - Specified by:
- getDynamicPropsin interface- MutableDynamicPropertyProvider
 
 - 
setDynamicPropspublic void setDynamicProps(java.util.TreeMap<java.lang.String,DynamicPropertyDescriptor> map) - Specified by:
- setDynamicPropsin interface- MutableDynamicPropertyProvider
 
 - 
setPropertyValuepublic void setPropertyValue(java.lang.String name, java.lang.Object value) throws java.lang.ClassCastException- Specified by:
- setPropertyValuein interface- DynamicPropertyProvider
- Throws:
- java.lang.ClassCastException
 
 - 
getPropertyValuepublic java.lang.Object getPropertyValue(java.lang.String name) - Specified by:
- getPropertyValuein interface- DynamicPropertyProvider
 
 - 
getPropertiespublic DynamicPropertyDescriptor[] getProperties() - Specified by:
- getPropertiesin interface- DynamicPropertyProvider
 
 - 
isPropertyDefinedpublic boolean isPropertyDefined(java.lang.String name) - Specified by:
- isPropertyDefinedin interface- DynamicPropertyProvider
 
 - 
setExtensionFunctionspublic void setExtensionFunctions(java.util.Map<java.lang.String,ExtensionFunction> map) - Specified by:
- setExtensionFunctionsin interface- ExtensibleComponent
- Overrides:
- setExtensionFunctionsin class- PMIChartPanel
 
 
- 
 
-