public class GraphInfo
extends java.lang.Object
Constructor and Description |
---|
GraphInfo() |
Modifier and Type | Method and Description |
---|---|
GraphInfo |
addDashArrayItem(java.lang.Integer dashArrayItem) |
GraphInfo |
color(Color color) |
GraphInfo |
dashArray(java.util.List<java.lang.Integer> dashArray) |
GraphInfo |
dashPhase(java.lang.Integer dashPhase) |
boolean |
equals(java.lang.Object o) |
GraphInfo |
fillColor(Color fillColor) |
Color |
getColor()
Gets or sets a Color object that indicates the color of the graph.
|
java.util.List<java.lang.Integer> |
getDashArray()
Gets or sets a dash array.
|
java.lang.Integer |
getDashPhase()
Gets or sets a dash phase.
|
Color |
getFillColor()
Gets or sets a Color object that indicates the fill color of the graph.
|
java.lang.Double |
getLineWidth()
Gets or sets a float value that indicates the line width of the graph.
|
java.lang.Double |
getRotationAngle()
Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
|
java.lang.Double |
getScalingRateX()
Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
|
java.lang.Double |
getScalingRateY()
Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
|
java.lang.Double |
getSkewAngleX()
Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
|
java.lang.Double |
getSkewAngleY()
Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
|
int |
hashCode() |
GraphInfo |
isDoubled(java.lang.Boolean isDoubled) |
java.lang.Boolean |
isIsDoubled()
Gets or sets is border doubled.
|
GraphInfo |
lineWidth(java.lang.Double lineWidth) |
GraphInfo |
rotationAngle(java.lang.Double rotationAngle) |
GraphInfo |
scalingRateX(java.lang.Double scalingRateX) |
GraphInfo |
scalingRateY(java.lang.Double scalingRateY) |
void |
setColor(Color color) |
void |
setDashArray(java.util.List<java.lang.Integer> dashArray) |
void |
setDashPhase(java.lang.Integer dashPhase) |
void |
setFillColor(Color fillColor) |
void |
setIsDoubled(java.lang.Boolean isDoubled) |
void |
setLineWidth(java.lang.Double lineWidth) |
void |
setRotationAngle(java.lang.Double rotationAngle) |
void |
setScalingRateX(java.lang.Double scalingRateX) |
void |
setScalingRateY(java.lang.Double scalingRateY) |
void |
setSkewAngleX(java.lang.Double skewAngleX) |
void |
setSkewAngleY(java.lang.Double skewAngleY) |
GraphInfo |
skewAngleX(java.lang.Double skewAngleX) |
GraphInfo |
skewAngleY(java.lang.Double skewAngleY) |
java.lang.String |
toString() |
public GraphInfo lineWidth(java.lang.Double lineWidth)
public java.lang.Double getLineWidth()
public void setLineWidth(java.lang.Double lineWidth)
public Color getColor()
public void setColor(Color color)
public GraphInfo dashArray(java.util.List<java.lang.Integer> dashArray)
public GraphInfo addDashArrayItem(java.lang.Integer dashArrayItem)
public java.util.List<java.lang.Integer> getDashArray()
public void setDashArray(java.util.List<java.lang.Integer> dashArray)
public GraphInfo dashPhase(java.lang.Integer dashPhase)
public java.lang.Integer getDashPhase()
public void setDashPhase(java.lang.Integer dashPhase)
public Color getFillColor()
public void setFillColor(Color fillColor)
public GraphInfo isDoubled(java.lang.Boolean isDoubled)
public java.lang.Boolean isIsDoubled()
public void setIsDoubled(java.lang.Boolean isDoubled)
public GraphInfo skewAngleX(java.lang.Double skewAngleX)
public java.lang.Double getSkewAngleX()
public void setSkewAngleX(java.lang.Double skewAngleX)
public GraphInfo skewAngleY(java.lang.Double skewAngleY)
public java.lang.Double getSkewAngleY()
public void setSkewAngleY(java.lang.Double skewAngleY)
public GraphInfo scalingRateX(java.lang.Double scalingRateX)
public java.lang.Double getScalingRateX()
public void setScalingRateX(java.lang.Double scalingRateX)
public GraphInfo scalingRateY(java.lang.Double scalingRateY)
public java.lang.Double getScalingRateY()
public void setScalingRateY(java.lang.Double scalingRateY)
public GraphInfo rotationAngle(java.lang.Double rotationAngle)
public java.lang.Double getRotationAngle()
public void setRotationAngle(java.lang.Double rotationAngle)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object