Interface Image
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAngle()Gets the angle.doublegetAngleRefX()Gets the angle ref X.doublegetAngleRefY()Gets the angle ref Y.java.lang.StringgetContent()Gets the content.java.lang.StringgetPath()Gets the path.doublegetScaleX()Gets the scale X.doublegetScaleY()Gets the scale Y.doublegetSkew()Gets the skew.doublegetSkewRefX()Gets the skew ref X.doublegetSkewRefY()Gets 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(java.lang.String content)Sets the content.voidsetPath(java.lang.String path)Sets 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 Detail
-
getPath
java.lang.String getPath()
Gets the path.- Returns:
- the path
-
setPath
void setPath(java.lang.String path)
Sets the path.- Parameters:
path- the new path
-
getContent
java.lang.String getContent()
Gets the content.- Returns:
- the content
-
setContent
void setContent(java.lang.String content)
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.
-
-