public class XYDottedSeriesExtension extends XYSeriesExtension
| Modifier and Type | Field and Description |
|---|---|
static Shape |
DOTTEDSHAPE |
| Constructor and Description |
|---|
XYDottedSeriesExtension(String key,
boolean autoSort,
boolean allowDuplicateXValues,
Paint color) |
| Modifier and Type | Method and Description |
|---|---|
List<XYDataItemExtension> |
getXYDataItems() |
boolean |
isDotted() |
boolean |
isVisible() |
void |
setVisible(boolean visible) |
add, equals, getKey, getLegend, hashCode, remove, setLegend, toStringadd, add, add, add, add, add, add, add, addOrUpdate, addOrUpdate, addOrUpdate, clear, clone, createCopy, delete, getAllowDuplicateXValues, getAutoSort, getDataItem, getItemCount, getItems, getMaximumItemCount, getMaxX, getMaxY, getMinX, getMinY, getX, getY, indexOf, remove, setMaximumItemCount, toArray, update, update, updateByIndexaddChangeListener, addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireSeriesChanged, fireVetoableChange, getDescription, getNotify, isEmpty, notifyListeners, removeChangeListener, removePropertyChangeListener, removeVetoableChangeListener, setDescription, setKey, setNotifypublic static final Shape DOTTEDSHAPE
public boolean isDotted()
public boolean isVisible()
isVisible in class XYSeriesExtensionpublic void setVisible(boolean visible)
setVisible in class XYSeriesExtensionpublic List<XYDataItemExtension> getXYDataItems()
getXYDataItems in class XYSeriesExtensionCopyright © 2020. All rights reserved.