public static final class GFreeChartXY.GFreeChartXYItem extends Object
Constructor and Description |
---|
GFreeChartXYItem(String seriesNameIn,
Integer indexIn,
double xIn,
double yIn,
String strXIn,
String strYIn)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getIndex() |
String |
getSeriesName() |
String |
getStrX() |
String |
getStrY() |
double |
getX() |
double |
getY() |
public GFreeChartXYItem(String seriesNameIn, Integer indexIn, double xIn, double yIn, String strXIn, String strYIn)
seriesNameIn
- name of the serieindexIn
- index in the seriexIn
- x coordinates as a realyIn
- y coordinates as a realstrXIn
- x coordinates as a StringstrYIn
- x coordinates as a Stringpublic String getSeriesName()
public Integer getIndex()
public double getX()
public double getY()
public String getStrX()
public String getStrY()
Copyright © 2024. All rights reserved.