Interface Shape
- All Superinterfaces:
Serializable
The Interface Shape.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetAngle()Gets the angle.doubleGets the angle ref X.doubleGets the angle ref Y.doubleGets the scale X.doubleGets the scale Y.doublegetSkew()Gets the skew.doubleGets the skew ref X.doubleGets the skew ref Y.voidsetAngle(double angle) Sets the angle.voidsetAngleRefX(double angleRefX) Sets the angle ref X.voidsetAngleRefY(double angleRefY) Sets the angle ref Y.voidsetScaleX(double scaleX) Sets the scale X.voidsetScaleY(double scaleY) Sets the scale Y.voidsetSkew(double skew) Sets the skew.voidsetSkewRefX(double skewRefX) Sets the skew ref X.voidsetSkewRefY(double skewRefY) Sets the skew ref Y.
-
Method Details
-
getScaleX
double getScaleX()Gets the scale X.- Returns:
- the scale X
-
setScaleX
void setScaleX(double scaleX) Sets the scale X.- Parameters:
scaleX- the new scale X
-
getScaleY
double getScaleY()Gets the scale Y.- Returns:
- the scale Y
-
setScaleY
void setScaleY(double scaleY) Sets the scale Y.- Parameters:
scaleY- the new scale Y
-
getAngle
double getAngle()Gets the angle.- Returns:
- the angle
-
setAngle
void setAngle(double angle) Sets the angle.- Parameters:
angle- the new angle
-
getAngleRefX
double getAngleRefX()Gets the angle ref X.- Returns:
- the angle ref X
-
setAngleRefX
void setAngleRefX(double angleRefX) Sets the angle ref X.- Parameters:
angleRefX- the new angle ref X
-
getAngleRefY
double getAngleRefY()Gets the angle ref Y.- Returns:
- the angle ref Y
-
setAngleRefY
void setAngleRefY(double angleRefY) Sets the angle ref Y.- Parameters:
angleRefY- the new angle ref Y
-
getSkew
double getSkew()Gets the skew.- Returns:
- the skew
-
setSkew
void setSkew(double skew) Sets the skew.- Parameters:
skew- the new skew
-
getSkewRefX
double getSkewRefX()Gets the skew ref X.- Returns:
- the skew ref X
-
setSkewRefX
void setSkewRefX(double skewRefX) Sets the skew ref X.- Parameters:
skewRefX- the new skew ref X
-
getSkewRefY
double getSkewRefY()Gets the skew ref Y.- Returns:
- the skew ref Y
-
setSkewRefY
void setSkewRefY(double skewRefY) Sets the skew ref Y.- Parameters:
skewRefY- the new skew ref Y
-