Tabnine Logo
WaterfallBarRenderer.getMinimumBarLength
Code IndexAdd Tabnine to your IDE (free)

How to use
getMinimumBarLength
method
in
org.jfree.chart.renderer.category.WaterfallBarRenderer

Best Java code snippets using org.jfree.chart.renderer.category.WaterfallBarRenderer.getMinimumBarLength (Showing top 2 results out of 315)

origin: jfree/jfreechart

double rectHeight = Math.max(getMinimumBarLength(),
    Math.abs(j2dy1 - j2dy0));
  rectHeight = state.getBarWidth();
  rectY = rectY - rectHeight / 2.0;
  rectWidth = Math.max(getMinimumBarLength(),
      Math.abs(j2dy1 - j2dy0));
origin: org.codehaus.jtstand/jtstand-chart

double rectHeight = Math.max(getMinimumBarLength(),
    Math.abs(j2dy1 - j2dy0));
  rectHeight = state.getBarWidth();
  rectY = rectY - rectHeight / 2.0;
  rectWidth = Math.max(getMinimumBarLength(),
      Math.abs(j2dy1 - j2dy0));
org.jfree.chart.renderer.categoryWaterfallBarRenderergetMinimumBarLength

Popular methods of WaterfallBarRenderer

  • <init>
    Constructs a new waterfall renderer.
  • setGradientPaintTransformer
  • addItemEntity
  • drawItemLabel
  • fireChangeEvent
  • getColumnCount
  • getFirstBarPaint
    Returns the paint used to draw the first bar.
  • getGradientPaintTransformer
  • getItemLabelGenerator
  • getItemMargin
  • getItemOutlinePaint
  • getItemOutlineStroke
  • getItemOutlinePaint,
  • getItemOutlineStroke,
  • getLastBarPaint,
  • getNegativeBarPaint,
  • getPositiveBarPaint,
  • isDrawBarOutline,
  • isItemLabelVisible,
  • setMinimumBarLength,
  • setBaseItemLabelFont

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (Timer)
  • findViewById (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • String (java.lang)
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Collectors (java.util.stream)
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Top plugins for WebStorm
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