Codota Logo
WaterfallBarRenderer.<init>
Code IndexAdd Codota to your IDE (free)

How to use
org.jfree.chart.renderer.category.WaterfallBarRenderer
constructor

Best Java code snippets using org.jfree.chart.renderer.category.WaterfallBarRenderer.<init> (Showing top 3 results out of 315)

  • Common ways to obtain WaterfallBarRenderer
private void myMethod () {
WaterfallBarRenderer w =
  • Codota Iconnew WaterfallBarRenderer()
  • Smart code suggestions by Codota
}
origin: org.codehaus.jtstand/jtstand-chart

WaterfallBarRenderer renderer = new WaterfallBarRenderer();
if (orientation == PlotOrientation.HORIZONTAL) {
  ItemLabelPosition position = new ItemLabelPosition(
origin: jfree/jfreechart

WaterfallBarRenderer renderer = new WaterfallBarRenderer();
if (orientation == PlotOrientation.HORIZONTAL) {
  ItemLabelPosition position = new ItemLabelPosition(
origin: dynamicreports/dynamicreports

public void customize(JFreeChart chart, ReportParameters reportParameters) {
  BarRenderer categoryRenderer = (BarRenderer) chart.getCategoryPlot().getRenderer();
  WaterfallBarRenderer renderer = new WaterfallBarRenderer();
org.jfree.chart.renderer.categoryWaterfallBarRenderer<init>

Javadoc

Constructs a new renderer with default values for the bar colors.

Popular methods of WaterfallBarRenderer

  • setGradientPaintTransformer
  • addItemEntity
  • drawItemLabel
  • fireChangeEvent
  • getColumnCount
  • getFirstBarPaint
    Returns the paint used to draw the first bar.
  • getGradientPaintTransformer
  • getItemLabelGenerator
  • getItemMargin
  • getItemOutlinePaint
  • getItemOutlineStroke
  • getLastBarPaint
    Returns the paint used to draw the last bar.
  • getItemOutlineStroke,
  • getLastBarPaint,
  • getMinimumBarLength,
  • getNegativeBarPaint,
  • getPositiveBarPaint,
  • isDrawBarOutline,
  • isItemLabelVisible,
  • setMinimumBarLength,
  • setBaseItemLabelFont

Popular in Java

  • Reading from database using SQL prepared statement
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • orElseThrow (Optional)
  • getApplicationContext (Context)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now