org.jCharts.properties.util
Class ChartItem

java.lang.Object
  |
  +--org.jCharts.properties.util.ChartItem
Direct Known Subclasses:
ChartFont, ChartStroke

public abstract class ChartItem
extends java.lang.Object


Field Summary
private static java.awt.Paint DEFAULT_PAINT
           
private  java.awt.Paint paint
           
 
Constructor Summary
ChartItem()
           
ChartItem(java.awt.Paint paint)
           
 
Method Summary
 java.awt.Paint getPaint()
           
 void setupGraphics2D(java.awt.Graphics2D graphics2D)
          Sets the Paint and Stroke implementations on the Graphics2D Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PAINT

private static final java.awt.Paint DEFAULT_PAINT

paint

private java.awt.Paint paint
Constructor Detail

ChartItem

public ChartItem()

ChartItem

public ChartItem(java.awt.Paint paint)
Method Detail

getPaint

public java.awt.Paint getPaint()

setupGraphics2D

public void setupGraphics2D(java.awt.Graphics2D graphics2D)
Sets the Paint and Stroke implementations on the Graphics2D Object

Parameters:
graphics2D -