Additional, ThreeD, TwoD
Constructor and Description |
---|
CollectionAxes(Collection collection)
Create a new
Axes object containing the given collection without labels /styles. |
CollectionAxes(Collection collection,
String[] labels,
String[] styles)
Create a new
Axes object containing the given collection with the given labels
/styles (either can be null ). |
CollectionAxes(Iterable iterable)
Create a new
Axes object containing a collection (which is copied from the given
iterable) without labels /styles. |
CollectionAxes(Iterable iterable,
String[] labels,
String[] styles)
Create a new
Axes object containing a collection (which is copied from the given
iterable) with the given labels /styles (either can be null ). |
Modifier and Type | Method and Description |
---|---|
int |
getNumColumns()
Gets the number of columns.
|
int |
getNumRows()
Gets the number of rows.
|
Iterator<String> |
iterator()
Yields the tab separated columns row by row.
|
addAxes, applyDefaultStyle, getDimensionType, getLabel, getNumber, getStyle, getX, setLabel, setStyle
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CollectionAxes(Collection collection)
Axes
object containing the given collection without labels /styles.collection
- the collectionpublic CollectionAxes(Iterable iterable)
Axes
object containing a collection (which is copied from the given
iterable) without labels /styles.iterable
- the iterablepublic CollectionAxes(Collection collection, String[] labels, String[] styles)
Axes
object containing the given collection with the given labels
/styles (either can be null
).collection
- the collectionlabels
- labels for each columnstyles
- styles for each columnpublic CollectionAxes(Iterable iterable, String[] labels, String[] styles)
Axes
object containing a collection (which is copied from the given
iterable) with the given labels /styles (either can be null
).iterable
- the iterablelabels
- labels for each columnstyles
- styles for each columnpublic int getNumColumns()
Axes
Axes
object is also
included.getNumColumns
in class Axes
public int getNumRows()
Axes
getNumRows
in class Axes
Copyright © 2007–2021. All rights reserved.