public class ChartFormat
extends java.lang.Object
To learn more, visit the Working with Charts documentation article.
| Modifier and Type | Method and Description |
|---|---|
int |
getDashStyle() |
int |
getEndArrowLength() |
int |
getEndArrowType() |
int |
getEndArrowWidth() |
int |
getEndCap() |
Fill |
getFill()
Gets fill formatting for the parent chart element.
|
java.awt.Color |
getFillableBackColor() |
java.awt.Color |
getFillableForeColor() |
byte[] |
getFillableImageBytes() |
double |
getFillableTransparency() |
boolean |
getFillableVisible() |
java.awt.Color |
getFilledColor() |
int |
getFillType() |
double |
getGradientAngle() |
GradientStopCollection |
getGradientStops() |
int |
getGradientStyle() |
int |
getGradientVariant() |
int |
getJoinStyle() |
int |
getLineFillType() |
int |
getLineStyle() |
boolean |
getOn() |
double |
getOpacity() |
int |
getPatternType() |
int |
getPresetTexture() |
boolean |
getRotateWithObject() |
int |
getStartArrowLength() |
int |
getStartArrowType() |
int |
getStartArrowWidth() |
Stroke |
getStroke()
Gets line formatting for the parent chart element.
|
byte[] |
getStrokeImageBytes() |
double |
getStrokeTransparency() |
boolean |
getStrokeVisible() |
int |
getTextureAlignment() |
double |
getWeight() |
void |
oneColorGradient(int style,
int variant,
double degree) |
void |
patterned(int patternType) |
void |
presetTextured(int presetTexture) |
void |
setDashStyle(int value) |
void |
setEndArrowLength(int value) |
void |
setEndArrowType(int value) |
void |
setEndArrowWidth(int value) |
void |
setEndCap(int value) |
void |
setFillableBackColor(java.awt.Color value) |
void |
setFillableForeColor(java.awt.Color value) |
void |
setFillableTransparency(double value) |
void |
setFillableVisible(boolean value) |
void |
setFilledColor(java.awt.Color value) |
void |
setGradientAngle(double value) |
void |
setImage(byte[] imageBytes) |
void |
setJoinStyle(int value) |
void |
setLineFillType(int value) |
void |
setLineStyle(int value) |
void |
setOn(boolean value) |
void |
setOpacity(double value) |
void |
setRotateWithObject(boolean value) |
void |
setStartArrowLength(int value) |
void |
setStartArrowType(int value) |
void |
setStartArrowWidth(int value) |
void |
setStrokeTransparency(double value) |
void |
setStrokeVisible(boolean value) |
void |
setTextureAlignment(int value) |
void |
setWeight(double value) |
void |
solid() |
void |
twoColorGradient(int style,
int variant) |
public void solid()
public void presetTextured(int presetTexture)
public void patterned(int patternType)
public int getPresetTexture()
throws java.lang.Exception
java.lang.Exceptionpublic int getPatternType()
public void oneColorGradient(int style,
int variant,
double degree)
public void twoColorGradient(int style,
int variant)
public void setImage(byte[] imageBytes)
public java.awt.Color getFilledColor()
public void setFilledColor(java.awt.Color value)
public boolean getOn()
public void setOn(boolean value)
public double getOpacity()
public void setOpacity(double value)
public byte[] getFillableImageBytes()
public java.awt.Color getFillableForeColor()
public void setFillableForeColor(java.awt.Color value)
public java.awt.Color getFillableBackColor()
public void setFillableBackColor(java.awt.Color value)
public boolean getFillableVisible()
public void setFillableVisible(boolean value)
public double getFillableTransparency()
public void setFillableTransparency(double value)
public boolean getRotateWithObject()
public void setRotateWithObject(boolean value)
public int getFillType()
public int getTextureAlignment()
public void setTextureAlignment(int value)
public double getGradientAngle()
public void setGradientAngle(double value)
public int getGradientVariant()
public int getGradientStyle()
public GradientStopCollection getGradientStops()
public boolean getStrokeVisible()
public void setStrokeVisible(boolean value)
public double getStrokeTransparency()
public void setStrokeTransparency(double value)
public double getWeight()
public void setWeight(double value)
public int getDashStyle()
public void setDashStyle(int value)
public int getJoinStyle()
public void setJoinStyle(int value)
public int getEndCap()
public void setEndCap(int value)
public int getLineStyle()
public void setLineStyle(int value)
public int getStartArrowType()
public void setStartArrowType(int value)
public int getEndArrowType()
public void setEndArrowType(int value)
public int getStartArrowWidth()
public void setStartArrowWidth(int value)
public int getStartArrowLength()
public void setStartArrowLength(int value)
public int getEndArrowWidth()
public void setEndArrowWidth(int value)
public int getEndArrowLength()
public void setEndArrowLength(int value)
public int getLineFillType()
public void setLineFillType(int value)
public byte[] getStrokeImageBytes()
throws java.lang.Exception
java.lang.Exceptionpublic Fill getFill()
public Stroke getStroke()