|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.GraphInfo
public class GraphInfo
Encapsulates info for a
Typical usages are the following:
Constructor Summary | |
---|---|
GraphInfo()
Constructor - initializes a new instance of the GraphInfo class. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones a new GraphInfo object. |
BorderStyle |
getBorderStyle()
Gets a BorderStyle object that indicates the graph's border style. |
Color |
getColor()
Gets a Color object that indicates the color of the graph. |
float |
getDashLengthInBlack()
Gets a float value that indicates the dash length in black. |
float |
getDashLengthInWhite()
Gets a float value that indicates the dash length in white.The unit is point. |
Color |
getFillColor()
Gets a Color object that indicates the fill color of the graph. |
java.lang.String |
getFillRule()
Gets a string that indicates the graph fill rule. |
int |
getFlatness()
Gets an positive int value that indicates the flatness. |
BorderInfo |
getGraphBorder()
Gets a BorderInfo object that indicates the border information of the
graph. |
boolean |
getIsAddedArrowAtEnd()
Gets a boolean value that indicates whether add arrow at the end of line. |
boolean |
getIsAddedArrowAtStart()
Gets a boolean value that indicates whether add arrow at the start of line. |
boolean |
getIsFilled()
Gets a boolean value that indicates whether this shape is filled. |
boolean |
getIsStroked()
Gets a boolean value that indicates whether this shape is stroked. |
int |
getLineCapMode()
Gets an int value between 0 and 2 that indicates the line cap mode. |
int |
getLineJoinMode()
Gets an int value between 0 and 2 that indicates the line join mode. |
float |
getLineWidth()
Gets a float value that indicates the line width of the graph. |
int |
getMiterLimit()
Gets an int value greater than or equal to 1 that indicates the miter limit. |
float |
getNewOriginX()
Gets a float value that indicates the x-coordinate of the new origin when transforming a coordinate system. |
float |
getNewOriginY()
Gets a float value that indicates the y-coordinate of the new origin when transforming a coordinate system. |
PolyDashArray |
getPolyDashArr()
Get polyDash array |
float |
getRotationAngle()
Gets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. |
float |
getScalingRateX()
Gets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. |
float |
getScalingRateY()
Gets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. |
float |
getSkewAngleX()
Gets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. |
float |
getSkewAngleY()
Gets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. |
void |
setBorderStyle(BorderStyle value)
Sets a BorderStyle object that indicates the graph's border style. |
void |
setColor(Color value)
Sets a Color object that indicates the color of the graph. |
void |
setDashLengthInBlack(float value)
Sets a float value that indicates the dash length in black.The unit is point. |
void |
setDashLengthInWhite(float value)
Sets a float value that indicates the dash length in white.The unit is point. |
void |
setFillColor(Color value)
Sets a Color object that indicates the fill color of the graph. |
void |
setFillRule(java.lang.String value)
Sets a string that indicates the graph fill rule. |
void |
setFlatness(int value)
Sets an positive int value that indicates the flatness. |
void |
setGraphBorder(BorderInfo value)
Sets a BorderInfo object. that indicates the border information of the
graph. |
void |
setIsAddedArrowAtEnd(boolean value)
Sets a boolean value that indicates whether add arrow at the end of line. |
void |
setIsAddedArrowAtStart(boolean value)
Sets a boolean value that indicates whether add arrow at the start of line. |
void |
setIsFilled(boolean value)
Sets a boolean value that indicates whether this shape is filled. |
void |
setIsStroked(boolean value)
Sets a boolean value that indicates whether this shape is stroked. |
void |
setLineCapMode(int value)
Sets an int value between 0 and 2 that indicates the line cap mode. |
void |
setLineJoinMode(int value)
Sets an int value between 0 and 2 that indicates the line join mode. |
void |
setLineWidth(float value)
Sets a float value that indicates the line width of the graph. |
void |
setMiterLimit(int value)
Sets an int value greater than or equal to 1 that indicates the miter limit. |
void |
setNewOriginX(float value)
Sets a float value that indicates the x-coordinate of the new origin when transforming a coordinate system. |
void |
setNewOriginY(float value)
Sets a float value that indicates the y-coordinate of the new origin when transforming a coordinate system. |
void |
setPolyDash(java.lang.String dash)
Sets poly dash. |
void |
setPolyDashArr(PolyDashArray value)
Set polyDash array |
void |
setRotationAngle(float value)
Sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. |
void |
setScalingRateX(float value)
Sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. |
void |
setScalingRateY(float value)
Sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. |
void |
setSkewAngleX(float value)
Sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. |
void |
setSkewAngleY(float value)
Sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphInfo()
GraphInfo
class.
Method Detail |
---|
public PolyDashArray getPolyDashArr()
public void setPolyDashArr(PolyDashArray value)
value
- public float getLineWidth()
public void setLineWidth(float value)
value
- A float value.public BorderInfo getGraphBorder()
BorderInfo
object that indicates the border information of the
graph.
BorderInfo
object.public void setGraphBorder(BorderInfo value)
BorderInfo
object. that indicates the border information of the
graph.
value
- A BorderInfo
object.public Color getColor()
Color
object that indicates the color of the graph.
Color
object.public void setColor(Color value)
Color
object that indicates the color of the graph.
value
- a Color
object.public Color getFillColor()
Color
object that indicates the fill color of the graph.
Color
object.public void setFillColor(Color value)
Color
object that indicates the fill color of the graph.
value
- A Color
object.public float getDashLengthInBlack()
public void setDashLengthInBlack(float value)
value
- A float value.public float getDashLengthInWhite()
public void setDashLengthInWhite(float value)
value
- A float value.public boolean getIsFilled()
public void setIsFilled(boolean value)
value
- A boolean value.public boolean getIsStroked()
public void setIsStroked(boolean value)
value
- A boolean value.public boolean getIsAddedArrowAtStart()
public void setIsAddedArrowAtStart(boolean value)
value
- A boolean value.public boolean getIsAddedArrowAtEnd()
public void setIsAddedArrowAtEnd(boolean value)
value
- A boolean value.public int getLineJoinMode()
public void setLineJoinMode(int value)
value
- An int value.public int getLineCapMode()
public void setLineCapMode(int value)
value
- An int value.public int getFlatness()
public void setFlatness(int value)
value
- An int value.public int getMiterLimit()
public void setMiterLimit(int value)
value
- An int value.public float getNewOriginX()
public void setNewOriginX(float value)
value
- A float value.public float getNewOriginY()
public void setNewOriginY(float value)
value
- A float value.public float getRotationAngle()
public void setRotationAngle(float value)
value
- A float value.public float getScalingRateX()
public void setScalingRateX(float value)
value
- A float value.public float getScalingRateY()
public void setScalingRateY(float value)
value
- A float value.public float getSkewAngleX()
public void setSkewAngleX(float value)
value
- A float value.public float getSkewAngleY()
public void setSkewAngleY(float value)
value
- A float value.public java.lang.String getFillRule()
public void setFillRule(java.lang.String value)
value
- A String value.public java.lang.Object clone()
GraphInfo
object.
clone
in class java.lang.Object
public void setPolyDash(java.lang.String dash)
dash
- The string contains dash data array, the length of data array should
be less than 8, separated by blank.public BorderStyle getBorderStyle()
BorderStyle
object that indicates the graph's border style.
BorderStyle
object.public void setBorderStyle(BorderStyle value)
BorderStyle
object that indicates the graph's border style.
value
- A BorderStyle
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |