Interface Column
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ColumnImpl
public interface Column extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetPosition1()doublegetPosition2()voidsetPosition1(double position1)voidsetPosition2(double position2)
-
-
-
Method Detail
-
getPosition1
double getPosition1()
- Returns:
- the position1
-
setPosition1
void setPosition1(double position1)
- Parameters:
position1- the position1 to set
-
getPosition2
double getPosition2()
- Returns:
- the position2
-
setPosition2
void setPosition2(double position2)
- Parameters:
position2- the position2 to set
-
-