Uses of Class
com.jrefinery.chart.Spacer

Packages that use Spacer
com.jrefinery.chart The main classes in the JFreeChart class library. 
 

Uses of Spacer in com.jrefinery.chart
 

Fields in com.jrefinery.chart declared as Spacer
static Spacer AbstractTitle.DEFAULT_SPACER
          Default title spacer.
 

Methods in com.jrefinery.chart that return Spacer
 Spacer ThermometerPlot.getPadding()
          Returns the padding for the thermometer.
 Spacer AbstractTitle.getSpacer()
          Returns the spacer (determines the blank space around the edges) for this title.
 

Methods in com.jrefinery.chart with parameters of type Spacer
 void ThermometerPlot.setPadding(Spacer padding)
          Sets the padding for the thermometer.
 void AbstractTitle.setSpacer(Spacer spacer)
          Sets the spacer for the title, and notifies registered listeners of the change.
 

Constructors in com.jrefinery.chart with parameters of type Spacer
AbstractTitle(int position, int horizontalAlignment, int verticalAlignment, Spacer spacer)
          Constructs a new AbstractTitle.
StandardLegend(JFreeChart chart, int outerGap, Spacer innerGap, java.awt.Paint backgroundPaint, java.awt.Stroke outlineStroke, java.awt.Paint outlinePaint, java.awt.Font itemFont, java.awt.Paint itemPaint)
          Constructs a new legend.
MeterLegend(JFreeChart chart, int outerGap, Spacer innerGap, java.awt.Paint backgroundPaint, java.awt.Stroke outlineStroke, java.awt.Paint outlinePaint, java.awt.Font itemFont, java.awt.Paint itemPaint, java.lang.String legendText)
          Constructs a new legend.
ImageTitle(java.awt.Image image, int height, int width, int position, int horizontalAlignment, int verticalAlignment, Spacer spacer)
          Constructs a new ImageTitle with the given image scaled to the given width and height in the given location.
TextTitle(java.lang.String text, java.awt.Font font, java.awt.Paint paint, int position, int horizontalAlignment, int verticalAlignment, Spacer spacer)
          Constructs a TextTitle with the specified properties.
DateTitle(int style, java.util.Locale locale, java.awt.Font font, java.awt.Paint paint, int position, int horizontalAlignment, int verticalAlignment, Spacer spacer)
          Constructs a new DateTitle with the specified attributes.