Interface Image
- All Superinterfaces:
Serializable,Shape
- All Known Implementing Classes:
ImageImpl
The Interface Image.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetAngle()Gets the angle.doubleGets the angle ref X.doubleGets the angle ref Y.Gets the content.getPath()Gets the path.doubleGets the scale X.doubleGets the scale Y.doublegetSkew()Gets the skew.doubleGets the skew ref X.doubleGets the skew ref Y.doublegetX()Gets the x.doublegetY()Gets the y.voidsetAngle(double angle) Sets the angle.voidsetAngleRefX(double angleRefX) Sets the angle ref X.voidsetAngleRefY(double angleRefY) Sets the angle ref Y.voidsetContent(String content) Sets the content.voidSets the path.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.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.
-
Method Details
-
getPath
String getPath()Gets the path.- Returns:
- the path
-
setPath
Sets the path.- Parameters:
path- the new path
-
getContent
String getContent()Gets the content.- Returns:
- the content
-
setContent
Sets the content.- Parameters:
content- the new content
-
getX
double getX()Gets the x.- Returns:
- the x
-
setX
void setX(double x) Sets the x.- Parameters:
x- the new x
-
getY
double getY()Gets the y.- Returns:
- the y
-
setY
void setY(double y) Sets the y.- Parameters:
y- the new y
-
setSkewRefY
void setSkewRefY(double skewRefY) Description copied from interface:ShapeSets the skew ref Y.- Specified by:
setSkewRefYin interfaceShape- Parameters:
skewRefY- the new skew ref Y
-
getSkewRefY
double getSkewRefY()Description copied from interface:ShapeGets the skew ref Y.- Specified by:
getSkewRefYin interfaceShape- Returns:
- the skew ref Y
-
setSkewRefX
void setSkewRefX(double skewRefX) Description copied from interface:ShapeSets the skew ref X.- Specified by:
setSkewRefXin interfaceShape- Parameters:
skewRefX- the new skew ref X
-
getSkewRefX
double getSkewRefX()Description copied from interface:ShapeGets the skew ref X.- Specified by:
getSkewRefXin interfaceShape- Returns:
- the skew ref X
-
setSkew
void setSkew(double skew) Description copied from interface:ShapeSets the skew. -
getSkew
double getSkew()Description copied from interface:ShapeGets the skew. -
setAngleRefY
void setAngleRefY(double angleRefY) Description copied from interface:ShapeSets the angle ref Y.- Specified by:
setAngleRefYin interfaceShape- Parameters:
angleRefY- the new angle ref Y
-
getAngleRefY
double getAngleRefY()Description copied from interface:ShapeGets the angle ref Y.- Specified by:
getAngleRefYin interfaceShape- Returns:
- the angle ref Y
-
setAngleRefX
void setAngleRefX(double angleRefX) Description copied from interface:ShapeSets the angle ref X.- Specified by:
setAngleRefXin interfaceShape- Parameters:
angleRefX- the new angle ref X
-
getAngleRefX
double getAngleRefX()Description copied from interface:ShapeGets the angle ref X.- Specified by:
getAngleRefXin interfaceShape- Returns:
- the angle ref X
-
setAngle
void setAngle(double angle) Description copied from interface:ShapeSets the angle. -
getAngle
double getAngle()Description copied from interface:ShapeGets the angle. -
setScaleY
void setScaleY(double scaleY) Description copied from interface:ShapeSets the scale Y. -
getScaleY
double getScaleY()Description copied from interface:ShapeGets the scale Y. -
setScaleX
void setScaleX(double scaleX) Description copied from interface:ShapeSets the scale X. -
getScaleX
double getScaleX()Description copied from interface:ShapeGets the scale X.
-