GraphInfo

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.ICloneable

public final class GraphInfo implements System.ICloneable

Represents graphics info.

Constructors

ConstructorDescription
GraphInfo()

Methods

MethodDescription
getLineWidth()Gets a float value that indicates the line width of the graph.
setLineWidth(float value)Sets a float value that indicates the line width of the graph.
getColor()Gets a Color object that indicates the color of the graph.
setColor(Color value)Sets a Color object that indicates the color of the graph.
getDashArray()Gets a dash array.
setDashArray(int[] value)Sets a dash array.
getDashPhase()Gets a dash phase.
setDashPhase(int value)Sets a dash phase.
getFillColor()Gets a Color object that indicates the fill color of the graph.
setFillColor(Color value)Sets a Color object that indicates the fill color of the graph.
isDoubled()Gets is border doubled.
setDoubled(boolean value)Sets is border doubled.
getSkewAngleX()Gets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
setSkewAngleX(double value)Sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
getSkewAngleY()Gets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
setSkewAngleY(double value)Sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
getScalingRateX()Gets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
setScalingRateX(double value)Sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
getScalingRateY()Gets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
setScalingRateY(double value)Sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
getRotationAngle()Gets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
setRotationAngle(double value)Sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
deepClone()Clone the graphics info.

GraphInfo()

public GraphInfo()

getLineWidth()

public float getLineWidth()

Gets a float value that indicates the line width of the graph.

Returns: float - value that indicates the line width.

setLineWidth(float value)

public void setLineWidth(float value)

Sets a float value that indicates the line width of the graph.

Parameters:

ParameterTypeDescription
valuefloatvalue that indicates the line width.

getColor()

public Color getColor()

Gets a Color object that indicates the color of the graph.

Returns: Color - object that indicates the color

setColor(Color value)

public void setColor(Color value)

Sets a Color object that indicates the color of the graph.

Parameters:

ParameterTypeDescription
valueColorobject that indicates the color

getDashArray()

public int[] getDashArray()

Gets a dash array.

Returns: int[] - dash array

setDashArray(int[] value)

public void setDashArray(int[] value)

Sets a dash array.

Parameters:

ParameterTypeDescription
valueint[]dash array

getDashPhase()

public int getDashPhase()

Gets a dash phase.

Returns: int - dash phase.

setDashPhase(int value)

public void setDashPhase(int value)

Sets a dash phase.

Parameters:

ParameterTypeDescription
valueintdash phase.

getFillColor()

public Color getFillColor()

Gets a Color object that indicates the fill color of the graph.

Returns: Color - object that indicates the fill color

setFillColor(Color value)

public void setFillColor(Color value)

Sets a Color object that indicates the fill color of the graph.

Parameters:

ParameterTypeDescription
valueColorobject that indicates the fill color

isDoubled()

public boolean isDoubled()

Gets is border doubled.

Returns: boolean - boolean value

setDoubled(boolean value)

public void setDoubled(boolean value)

Sets is border doubled.

Parameters:

ParameterTypeDescription
valuebooleanboolean value

getSkewAngleX()

public double getSkewAngleX()

Gets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.

Returns: double - double value

setSkewAngleX(double value)

public void setSkewAngleX(double value)

Sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.

Parameters:

ParameterTypeDescription
valuedoubledouble value

getSkewAngleY()

public double getSkewAngleY()

Gets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.

Returns: double - double value

setSkewAngleY(double value)

public void setSkewAngleY(double value)

Sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.

Parameters:

ParameterTypeDescription
valuedoubledouble value

getScalingRateX()

public double getScalingRateX()

Gets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.

Returns: double - double value

setScalingRateX(double value)

public void setScalingRateX(double value)

Sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.

Parameters:

ParameterTypeDescription
valuedoubledouble value

getScalingRateY()

public double getScalingRateY()

Gets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.

Returns: double - double value

setScalingRateY(double value)

public void setScalingRateY(double value)

Sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.

Parameters:

ParameterTypeDescription
valuedoubledouble value

getRotationAngle()

public double getRotationAngle()

Gets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.

Returns: double - double value

setRotationAngle(double value)

public void setRotationAngle(double value)

Sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.

Parameters:

ParameterTypeDescription
valuedoubledouble value

deepClone()

public Object deepClone()

Clone the graphics info.

Returns: java.lang.Object - The cloned object