Tabnine Logo
XYAreaRenderer.clone
Code IndexAdd Tabnine to your IDE (free)

How to use
clone
method
in
org.jfree.chart.renderer.xy.XYAreaRenderer

Best Java code snippets using org.jfree.chart.renderer.xy.XYAreaRenderer.clone (Showing top 2 results out of 315)

origin: jfree/jfreechart

/**
 * Returns a clone of the renderer.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if the renderer cannot be cloned.
 */
@Override
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns a clone of the renderer.
 *
 * @return A clone.
 *
 * @throws CloneNotSupportedException if the renderer cannot be cloned.
 */
public Object clone() throws CloneNotSupportedException {
  return super.clone();
}
org.jfree.chart.renderer.xyXYAreaRendererclone

Javadoc

Returns a clone of the renderer.

Popular methods of XYAreaRenderer

  • <init>
    Constructs a new renderer. To specify the type of renderer, use one of the constants: SHAPES, LINES,
  • addEntity
  • equals
    Tests this renderer for equality with an arbitrary object.
  • fireChangeEvent
  • getItemPaint
  • getItemShape
  • getItemStroke
  • getItemVisible
  • getLegendItemLabelGenerator
  • getLegendItemToolTipGenerator
  • getLegendItemURLGenerator
  • getPlot
  • getLegendItemURLGenerator,
  • getPlot,
  • getPlotArea,
  • getPlotLines,
  • getPlotShapes,
  • isOutline,
  • lookupLegendTextFont,
  • lookupLegendTextPaint,
  • lookupSeriesFillPaint

Popular in Java

  • Finding current android device location
  • notifyDataSetChanged (ArrayAdapter)
  • onCreateOptionsMenu (Activity)
  • startActivity (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • JFileChooser (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now