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

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

Best Java code snippets using org.jfree.data.xy.YIntervalDataItem.getX (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 x-value for the specified item.
 *
 * @param index  the item index.
 *
 * @return The x-value (never {@code null}).
 */
public Number getX(int index) {
  YIntervalDataItem item = (YIntervalDataItem) getDataItem(index);
  return item.getX();
}
origin: org.codehaus.jtstand/jtstand-chart

/**
 * Returns the x-value for the specified item.
 *
 * @param index  the item index.
 *
 * @return The x-value (never <code>null</code>).
 */
public Number getX(int index) {
  YIntervalDataItem item = (YIntervalDataItem) getDataItem(index);
  return item.getX();
}
org.jfree.data.xyYIntervalDataItemgetX

Javadoc

Returns the x-value.

Popular methods of YIntervalDataItem

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • startActivity (Activity)
  • findViewById (Activity)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
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