public class Axis extends Object
Constructor and Description |
---|
Axis(int element)
Constructor.
|
Axis(String name)
Constructor.
|
Axis(String name,
int element)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getElement() |
String |
getName() |
void |
setElement(int element)
Sets the number of elements.
|
void |
setName(String name)
Set the axis name.
|
public Axis(String name)
name
- axis name.public Axis(int element)
element
- number of elements in the axis.public Axis(String name, int element)
name
- The axis name.element
- number of elements in the axis.public String getName()
public void setName(String name)
name
- the name.public Integer getElement()
public void setElement(int element)
element
- the number of elements.Copyright © 2010–2018 Planetary Data System. All rights reserved.