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

  • Making http post requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • getApplicationContext (Context)
  • putExtra (Intent)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Github Copilot alternatives
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