Java org.jfree.chart.plot ContourPlot fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot ContourPlot fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.plot ContourPlot.

The text is from its open source code.

Constructor

ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar)
Constructs a contour plot with the specified axes (other attributes take default values).

Method

voidaddAnnotation(XYAnnotation annotation)
Adds an annotation to the plot.
voidsetClipPath(ClipPath clipPath)
Sets the clipPath.
voidsetColorBarLocation(RectangleEdge edge)
Sets the color bar location and sends a PlotChangeEvent to all registered listeners.
voidsetDataAreaRatio(double ratio)
Sets the data area ratio.
voidsetRenderAsPoints(boolean renderAsPoints)
Sets the renderAsPoints.