Codota Logo
YIntervalDataItem.getYLowValue
Code IndexAdd Codota to your IDE (free)

How to use
getYLowValue
method
in
org.jfree.data.xy.YIntervalDataItem

Best Java code snippets using org.jfree.data.xy.YIntervalDataItem.getYLowValue (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: jfree/jfreechart

/**
 * Returns the lower bound of the Y-interval for the specified item in the
 * series.
 *
 * @param index  the item index.
 *
 * @return The lower bound of the Y-interval.
 *
 * @since 1.0.5
 */
public double getYLowValue(int index) {
  YIntervalDataItem item = (YIntervalDataItem) getDataItem(index);
  return item.getYLowValue();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns the lower bound of the Y-interval for the specified item in the
 * series.
 *
 * @param index  the item index.
 *
 * @return The lower bound of the Y-interval.
 *
 * @since 1.0.5
 */
public double getYLowValue(int index) {
  YIntervalDataItem item = (YIntervalDataItem) getDataItem(index);
  return item.getYLowValue();
}
org.jfree.data.xyYIntervalDataItemgetYLowValue

Javadoc

Returns the lower bound of the y-interval.

Popular methods of YIntervalDataItem

  • <init>
    Creates a new instance of YIntervalItem.
  • getComparable
  • getObject
  • getX
    Returns the x-value.
  • getYHighValue
    Returns the upper bound of the y-interval.
  • getYValue
    Returns the y-value.

Popular in Java

  • Reading from database using SQL prepared statement
  • scheduleAtFixedRate (Timer)
  • addToBackStack (FragmentTransaction)
  • getExternalFilesDir (Context)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • PrintStream (java.io)
    A PrintStream adds functionality to another output stream, namely the ability to print representatio
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • JList (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
  • Option (scala)
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