Tabnine Logo
StatisticalBarRenderer.findRangeBounds
Code IndexAdd Tabnine to your IDE (free)

How to use
findRangeBounds
method
in
org.jfree.chart.renderer.category.StatisticalBarRenderer

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

origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns the range of values the renderer requires to display all the
 * items from the specified dataset. This takes into account the range
 * between the min/max values, possibly ignoring invisible series.
 *
 * @param dataset  the dataset (<code>null</code> permitted).
 *
 * @return The range (or <code>null</code> if the dataset is
 *         <code>null</code> or empty).
 */
public Range findRangeBounds(CategoryDataset dataset) {
   return findRangeBounds(dataset, true);
}
origin: jfree/jfreechart

/**
 * Returns the range of values the renderer requires to display all the
 * items from the specified dataset. This takes into account the range
 * between the min/max values, possibly ignoring invisible series.
 *
 * @param dataset  the dataset ({@code null} permitted).
 *
 * @return The range (or {@code null} if the dataset is
 *         {@code null} or empty).
 */
@Override
public Range findRangeBounds(CategoryDataset dataset) {
   return findRangeBounds(dataset, true);
}
org.jfree.chart.renderer.categoryStatisticalBarRendererfindRangeBounds

Javadoc

Returns the range of values the renderer requires to display all the items from the specified dataset. This takes into account the range between the min/max values, possibly ignoring invisible series.

Popular methods of StatisticalBarRenderer

  • addItemEntity
  • drawHorizontalItem
    Draws an item for a plot with a horizontal orientation.
  • drawItemLabel
  • drawVerticalItem
    Draws an item for a plot with a vertical orientation.
  • fireChangeEvent
  • getGradientPaintTransformer
  • getItemLabelGenerator
  • getItemOutlinePaint
  • getItemOutlineStroke
  • getItemPaint
  • getLowerClip
  • getUpperClip
  • getLowerClip,
  • getUpperClip,
  • isDrawBarOutline,
  • isItemLabelVisible,
  • setErrorIndicatorPaint,
  • <init>,
  • calculateBarW0,
  • getColumnCount,
  • getItemMargin

Popular in Java

  • Creating JSON documents from java classes using gson
  • setScale (BigDecimal)
  • getContentResolver (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top Sublime Text plugins
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