public class LineChart extends AbstractScaleChart
javax.swing.JPanel.AccessibleJPanel
javax.swing.JComponent.AccessibleJComponent
endIndex, markers, startIndex, valueSpanCount, xAxisFillColor, xAxisOutlineColor, xAxisStroke, xAxisText, xAxisTextColor, xAxisTextFont, xAxisValue, xAxisVisible, xScaleTextColor, xScaleTextFont, xScaleTextList, xScaleTextOrientation, xScaleTextSpanCount, xScaleTextVisible, yAxisFillColor, yAxisOutlineColor, yAxisStroke, yAxisText, yAxisTextColor, yAxisTextFont, yAxisVisible, yscaleAutoCaculateFlag, yScaleLineColor, yScaleLineStroke, yScaleLineVisible, yScaleMinTextVisible, yScalePixelGap, yScaleTextColor, yScaleTextFont, yScaleTextFormat, yScaleTextInside, yScaleTextVisible, yScaleValueGap, yScaleValueGapAutoCalculate
antialias, backgroundBounds, backgroundFillColor, backgroundGradient, backgroundGradientColor, backgroundGradientFactory, backgroundOutlineColor, backgroundStroke, backgroundVisible, box, chartPane, fixedValueCount, format, gradient, gradientColor, highlightBackground, highlightForeground, iconHeight, iconWidth, legendFont, legendLayout, legendOrientation, legendPane, lowerLimit, max, min, proportions, proportionsOfRange, proportionsOfSum, publishedElements, range, selectedColor, selectedOffset, selectedStroke, shadowOffset, shapeStructs, sortComparator, stroke, sum, textGap, titleLabel, unit, upperLimit, valueTextCenter, valueTextColor, valueTextFont, valueTextPosition, valueTextVisible, visibleFilters, xGap, yGap
listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
Constructor and Description |
---|
LineChart()
Creates a
LineChart object |
LineChart(java.util.List items)
Creates a new
LineChart object initialized with a List |
LineChart(java.util.List items,
java.lang.String title)
Creates a new
LineChart object initialized with a List and a title text. |
LineChart(java.util.List items,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
LineChart object initialized with a List ,
a title text and a background color. |
LineChart(java.util.List items,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a
LineChart object initialized with an explicit
data box,a title text, a background color and a foreground color. |
LineChart(TDataBox box)
Creates a
LineChart object initialed with an explicit data box
The data box could not be null value, which'll cause throw a exception. |
LineChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a
LineChart object initialized with an explicit
data box,a title text and a background color. |
LineChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a
LineChart object initialized with an explicit
data box,a title text, a background color and a foreground color. |
Modifier and Type | Method and Description |
---|---|
protected void |
calculate()
An abstract method that will be called when this chart is publishing data,
The subclass overrides this method to calculate some values.
|
void |
clear()
Clears all values of elements which are in the list of the publishedElements.
|
void |
exportSVG(java.lang.String fileName,
int width,
int height) |
java.awt.Color |
getAreaColor(Element element)
Gets the area color of a specified
Element object. |
java.awt.Color |
getAreaGradientColor()
Gets the the area gradient color.
|
int |
getAreaGradientFactory()
Gets the area gradient factory.
|
int |
getEndIndex()
Gets the index of the end.
|
double |
getEndX()
Gets the end xcoordinate of the chart.
|
int |
getFixedValueCount() |
protected java.lang.String |
getFormatedText(Element element,
double value)
Gets the format text of the value by the number format of a specified
Element object. |
protected java.awt.Rectangle |
getInflexionBounds(Element element,
java.awt.Point point) |
int |
getInflexionStyle()
Gets the inflexion style.
|
int |
getInflexionStyle(Element element)
Gets the inflexion style of a specified
Element ,
if the element has inflexion style in it's client property,
the client property will be return, else the inflexion style of this chart will be return. |
protected java.lang.String |
getLineToolTip(Element element,
int nextIndex)
Gets the tool tip of the line.
|
int |
getLineType()
Gets the type of the line.
|
int |
getStartIndex()
Gets the index of the start position.
|
double |
getStartX()
Gets the start xcoordinate of the chart.
|
int |
getValueSpanCount()
Gets the span count of the value.
|
protected int |
getValueTextPosition(Element element,
int index)
Gets the position of the value text of the element.
|
protected int |
getXAxisExtraGap(java.awt.Graphics2D g2d)
Gets the gap distance from the x-axis
|
java.awt.Color |
getXScaleLineColor()
Gets the color of the scale line along the x-axis.
|
java.lang.String |
getXScaleLineStroke()
Gets the stroke of the scale line which is along x-axis.
|
int |
getXScaleTextSpanCount()
Gets the span count of the scale text along the x-axis.
|
protected void |
init()
Initializes the line chart.
|
boolean |
isAreaGradient()
Determines whether to draw gradient area.
|
boolean |
isInflexionVisible()
Determines whether the inflexion is visible.
|
boolean |
isInterruptedWhenNullValue()
Determines whether the line is interrupted when some value is null.
|
boolean |
isXScaleLineVisible()
Determines whether the scale line along the x-axis is visible.
|
protected void |
paintContent(java.awt.Graphics2D g2d,
int width,
int height,
int yAxisTextGap,
int xAxisTextGap,
int xAxisWidth,
int yAxisHeight,
int baseLine,
double pixelGap,
double valueGap) |
protected void |
paintElement(java.awt.Graphics2D g2d,
int width,
int height,
int yAxisTextGap,
int xAxisTextGap,
int xAxisWidth,
int yAxisHeight,
int baseLine,
double pixelGap,
double valueGap,
Element element,
int index,
int end,
double zeroLine,
double pillarWidth) |
protected void |
paintInflexion(java.awt.Graphics2D g2d,
Element element,
java.awt.Point point,
int index) |
void |
removeHead(int count)
Removes the count head values of the elements which is in the list of publishedElements.
|
void |
setAreaGradient(boolean areaGradient)
Sets whether to draw gradient area.
|
void |
setAreaGradientColor(java.awt.Color areaGradientColor)
Sets the the area gradient color.
|
void |
setAreaGradientFactory(int areaGradientFactory)
Sets the area gradient factory.
|
void |
setChartSVGAttribute(AbstractSVGChart abschart) |
void |
setEndIndex(int endIndex)
Sets a new index for the end position.
|
void |
setFixedValueCount(int fixedValueCount) |
void |
setInflexionStyle(int inflexionStyle)
Sets a new inflexion style for the line chart.
|
void |
setInflexionVisible(boolean inflexionVisible)
Sets whether the inflexion should be visible.
|
void |
setInterruptedWhenNullValue(boolean interruptedWhenNullValue)
Sets whether the line should be interrupted when some value is null
|
void |
setLineType(int lineType)
Sets a new type for the line.
|
void |
setStartIndex(int startIndex)
Sets a new index for the start position.
|
void |
setValueSpanCount(int valueSpanCount)
Sets a new span count of the value.
|
void |
setXScaleLineColor(java.awt.Color scaleLineColor)
Sets a new color for the scale line along the x-axis.
|
void |
setXScaleLineStroke(java.lang.String xScaleLineStroke)
Sets a new stroke for the scale line which is along the x-axis.
|
void |
setXScaleLineVisible(boolean scaleLineVisible)
Sets whether the scale line along the x-axis should be visible.
|
void |
setXScaleTextSpanCount(int scaleTextSpanCount)
Sets a new span count for the scale text along the x-axis.
|
int |
valueCount()
Gets the value count of the elements which are in the list of the publishedElements.
|
addMarker, addMarker, addXScaleText, calculateValuesProportionsOfRange, calculateYScaleValueGap, getAutoScaleValueGap, getFormatedYScaleText, getMarkers, getToolTipText, getXAxisFillColor, getXAxisOutlineColor, getXAxisStroke, getXAxisText, getXAxisTextColor, getXAxisTextFont, getXAxisValue, getXAxisVisible, getXScaleText, getXScaleTextColor, getXScaleTextFont, getXScaleTextList, getXScaleTextOrientation, getYAxisFillColor, getYAxisOutlineColor, getYAxisStroke, getYAxisText, getYAxisTextColor, getYAxisTextFont, getYAxisVisible, getYScaleLineColor, getYScaleLineStroke, getYScalePixelGap, getYScaleTextColor, getYScaleTextFont, getYScaleTextFormat, getYScaleValueGap, isXScaleTextVisible, isYScaleLineVisible, isYScaleMinTextVisible, isYScaleTextInside, isYScaleTextVisible, isYScaleValueGapAutoCalculate, paintChart, paintXAxis, removeMarker, removeXScaleText, setMarkers, setXAxisFillColor, setXAxisOutlineColor, setXAxisStroke, setXAxisText, setXAxisTextColor, setXAxisTextFont, setXAxisValue, setXAxisVisible, setXScaleTextColor, setXScaleTextFont, setXScaleTextList, setXScaleTextOrientation, setXScaleTextVisible, setYAxisFillColor, setYAxisOutlineColor, setYAxisStroke, setYAxisText, setYAxisTextColor, setYAxisTextFont, setYAxisVisible, setYScaleLineColor, setYScaleLineStroke, setYScaleLineVisible, setYScaleMinTextVisible, setYScalePixelGap, setYScaleTextColor, setYScaleTextFont, setYScaleTextFormat, setYScaleTextInside, setYScaleTextVisible, setYScaleValueGap, setYScaleValueGapAutoCalculate, toValidHeight
addElementClickedActionListener, addElementDoubleClickedActionListener, addItem, addSelectableFilter, addVisibleFilter, cleanDirtyState, clearItems, clearSelectableFilters, exportImage, exportImage, exportSVG, exportToImageIcon, fireElementClicked, fireElementDoubleClicked, getBackgroundBounds, getBackgroundFillColor, getBackgroundGradientColor, getBackgroundGradientFactory, getBackgroundOutlineColor, getBackgroundStroke, getChartPane, getColor, getDataBox, getElementAt, getElementClickedActionListeners, getElementDoubleClickedActionListeners, getFormat, getFormat, getFormatedText, getGradientColor, getGradientColor, getHighlightBackground, getHighlightForeground, getIconHeight, getIconWidth, getItemByIndex, getItemCount, getItems, getLegendElements, getLegendFont, getLegendLabel, getLegendLayout, getLegendOrientation, getLegendPane, getLowerLimit, getMax, getMaxZoom, getMin, getMinZoom, getPopupMenuGenerator, getPublishedElements, getSelectableFilters, getSelectedColor, getSelectedColor, getSelectedOffset, getSelectedStroke, getSelectedStroke, getShadowOffset, getShapeStructAt, getSortComparator, getStroke, getStroke, getTextGap, getTitle, getTitleLabel, getToolTipText, getUnit, getUpperLimit, getValue, getValues, getValueTextColor, getValueTextFont, getValueTextPosition, getVisibleFilters, getXGap, getXTranslate, getXZoom, getYGap, getYTranslate, getYZoom, getZoomIncrement, isAntialias, isBackgroundGradient, isBackgroundVisible, isClearSelectionOnMarginClicked, isEnableDoubleClickToReset, isEnableToolTipText, isEnableXTranslate, isEnableXZoom, isEnableYTranslate, isEnableYZoom, isGradient, isIteratorByHiberarchy, isLazyPublishMode, isLocked, isSelectable, isSelectableOnRightClick, isValueTextCenter, isValueTextVisible, isVisible, lock, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, paint, paintBackground, paintComponent, publishData, publishData, removeElementClickedActionListener, removeElementDoubleClickedActionListener, removeItem, removeSelectableFilter, removeVisibleFilter, reset, setAntialias, setBackgroundFillColor, setBackgroundGradient, setBackgroundGradientColor, setBackgroundGradientFactory, setBackgroundOutlineColor, setBackgroundStroke, setBackgroundVisible, setClearSelectionOnMarginClicked, setDataBox, setEnableDoubleClickToReset, setEnableToolTipText, setEnableXTranslate, setEnableXZoom, setEnableYTranslate, setEnableYZoom, setForeground, setFormat, setGradient, setGradientColor, setHighlightBackground, setHighlightForeground, setIconHeight, setIconWidth, setItems, setIteratorByHiberarchy, setLazyPublishMode, setLegendFont, setLegendLayout, setLegendOrientation, setLowerLimit, setMaxZoom, setMinZoom, setPopupMenuGenerator, setSelectableOnRightClick, setSelectedColor, setSelectedOffset, setSelectedStroke, setShadowOffset, setSortComparator, setStroke, setTextGap, setTitle, setTranslate, setUnit, setUpperLimit, setValueTextCenter, setValueTextColor, setValueTextFont, setValueTextPosition, setValueTextVisible, setXGap, setXTranslate, setXZoom, setYGap, setYTranslate, setYZoom, setZoomIncrement, unlock, updateTViewUI, zoomIn, zoomOut
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
addAncestorListener, 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, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, 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, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
add, 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
action, 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, getPeer, 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, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public LineChart()
LineChart
objectpublic LineChart(TDataBox box)
LineChart
object initialed with an explicit data box
The data box could not be null value, which'll cause throw a exception.box
- an explicit data box object.public LineChart(TDataBox box, java.lang.String title, java.awt.Color backgroundColor)
LineChart
object initialized with an explicit
data box,a title text and a background color.
The data box could not be null value, which'll cause throw a exception.box
- an explicit data box object.title
- a String
textbackgroundColor
- a background Color
public LineChart(TDataBox box, java.lang.String title, java.awt.Color backgroundColor, java.awt.Color foregroundColor)
LineChart
object initialized with an explicit
data box,a title text, a background color and a foreground color.
The data box could not be null value, which'll cause throw a exception.box
- an explicit data box object.title
- a String
textbackgroundColor
- a background Color
foregroundColor
- a foreground Color
public LineChart(java.util.List items)
LineChart
object initialized with a List
items
- a list which contains Item
type datapublic LineChart(java.util.List items, java.lang.String title)
LineChart
object initialized with a List
and a title text.items
- a list which contains Item
type datatitle
- a String
textpublic LineChart(java.util.List items, java.lang.String title, java.awt.Color backgroundColor)
LineChart
object initialized with a List
,
a title text and a background color.items
- a list which contains Item
type datatitle
- a String
textbackgroundColor
- a background Color
public LineChart(java.util.List items, java.lang.String title, java.awt.Color backgroundColor, java.awt.Color foregroundColor)
LineChart
object initialized with an explicit
data box,a title text, a background color and a foreground color.
The data box could not be null value, which'll cause throw a exception.items
- a list which contains Item
type datatitle
- a String
textbackgroundColor
- a background Color
foregroundColor
- a foreground Color
protected void init()
protected int getXAxisExtraGap(java.awt.Graphics2D g2d)
getXAxisExtraGap
in class AbstractScaleChart
g2d
- the Graphics
context in which to paintprotected void paintContent(java.awt.Graphics2D g2d, int width, int height, int yAxisTextGap, int xAxisTextGap, int xAxisWidth, int yAxisHeight, int baseLine, double pixelGap, double valueGap)
paintContent
in class AbstractScaleChart
protected void paintElement(java.awt.Graphics2D g2d, int width, int height, int yAxisTextGap, int xAxisTextGap, int xAxisWidth, int yAxisHeight, int baseLine, double pixelGap, double valueGap, Element element, int index, int end, double zeroLine, double pillarWidth)
protected java.lang.String getFormatedText(Element element, double value)
AbstractChart
Element
object.getFormatedText
in class AbstractChart
element
- a specified Element
objectvalue
- the value which is need to be formatedprotected java.lang.String getLineToolTip(Element element, int nextIndex)
protected int getValueTextPosition(Element element, int index)
element
- public java.awt.Color getAreaColor(Element element)
Element
object.element
- a specified Element
objectprotected void paintInflexion(java.awt.Graphics2D g2d, Element element, java.awt.Point point, int index)
protected java.awt.Rectangle getInflexionBounds(Element element, java.awt.Point point)
public boolean isInflexionVisible()
public void setInflexionVisible(boolean inflexionVisible)
inflexionVisible
- if true the inflexion should be fisible,false otherwise.public void removeHead(int count)
count
- a number that is needed to be removedpublic int valueCount()
public void clear()
protected void calculate()
AbstractChart
calculate
in class AbstractChart
public boolean isXScaleLineVisible()
public void setXScaleLineVisible(boolean scaleLineVisible)
scaleLineVisible
- if true the scale line along the x-axis should be visible,false otherwisepublic int getInflexionStyle(Element element)
Element
,
if the element has inflexion style in it's client property,
the client property will be return, else the inflexion style of this chart will be return.element
- a specified Element
objectElement
public int getInflexionStyle()
public void setInflexionStyle(int inflexionStyle)
inflexionStyle
- a new inflexion style for the line chartpublic java.lang.String getXScaleLineStroke()
public void setXScaleLineStroke(java.lang.String xScaleLineStroke)
xScaleLineStroke
- a new stroke for the scale line which is along x-axispublic java.awt.Color getXScaleLineColor()
public void setXScaleLineColor(java.awt.Color scaleLineColor)
scaleLineColor
- a new Color
object for the scale line along the x-axispublic int getLineType()
public void setLineType(int lineType)
lineType
- a new type for the line.public boolean isInterruptedWhenNullValue()
public void setInterruptedWhenNullValue(boolean interruptedWhenNullValue)
interruptedWhenNullValue
- if true the line should be interrupted when some value is null,false otherwise.public int getEndIndex()
public void setEndIndex(int endIndex)
endIndex
- a new index for the end positionpublic int getStartIndex()
public void setStartIndex(int startIndex)
startIndex
- a new index for the start positionpublic int getValueSpanCount()
public void setValueSpanCount(int valueSpanCount)
valueSpanCount
- a new span count of the valuepublic int getXScaleTextSpanCount()
public void setXScaleTextSpanCount(int scaleTextSpanCount)
scaleTextSpanCount
- a new span count of the scale text along the x-axispublic double getEndX()
public double getStartX()
public void setChartSVGAttribute(AbstractSVGChart abschart)
setChartSVGAttribute
in class AbstractScaleChart
public void exportSVG(java.lang.String fileName, int width, int height)
exportSVG
in class AbstractChart
public int getFixedValueCount()
public void setFixedValueCount(int fixedValueCount)
public boolean isAreaGradient()
public void setAreaGradient(boolean areaGradient)
areaGradient
- True to draw gradient area, false otherwise.public java.awt.Color getAreaGradientColor()
public void setAreaGradientColor(java.awt.Color areaGradientColor)
areaGradientColor
- the the area gradient color.public int getAreaGradientFactory()
public void setAreaGradientFactory(int areaGradientFactory)
areaGradientFactory
- the area gradient factory.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.