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

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

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

origin: jfree/jfreechart

if (orientation == PlotOrientation.HORIZONTAL) {
  rectY = domainAxis.getCategorySeriesMiddle(categoryKey, seriesKey,
      dataset, getItemMargin(), dataArea, RectangleEdge.LEFT);
      dataset, getItemMargin(), dataArea, RectangleEdge.TOP);
  rectX = rectX - rectWidth / 2.0;
  rectY = j2dy0;
origin: org.codehaus.jtstand/jtstand-chart

if (orientation == PlotOrientation.HORIZONTAL) {
  rectY = domainAxis.getCategorySeriesMiddle(categoryKey, seriesKey,
      dataset, getItemMargin(), dataArea, RectangleEdge.LEFT);
      dataset, getItemMargin(), dataArea, RectangleEdge.TOP);
  rectX = rectX - rectWidth / 2.0;
  rectY = j2dy0;
org.jfree.chart.renderer.categoryWaterfallBarRenderergetItemMargin

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
  • getItemOutlinePaint
  • getItemOutlineStroke
  • getLastBarPaint
    Returns the paint used to draw the last bar.
  • getItemOutlineStroke,
  • getLastBarPaint,
  • getMinimumBarLength,
  • getNegativeBarPaint,
  • getPositiveBarPaint,
  • isDrawBarOutline,
  • isItemLabelVisible,
  • setMinimumBarLength,
  • setBaseItemLabelFont

Popular in Java

  • Start an intent from android
  • getApplicationContext (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • runOnUiThread (Activity)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Table (org.hibernate.mapping)
    A relational table
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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