Interface Column
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ColumnImpl
-
Method Summary
Modifier and TypeMethodDescriptiondoubledoublevoidsetPosition1(double position1) voidsetPosition2(double position2)
-
Method Details
-
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
-