ChartFormat
遗产: java.lang.Object
public class ChartFormat
表示图表元素的格式。
要了解更多信息,请访问Working with Charts文档文章。
方法
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getDashStyle()
public int getDashStyle()
退货: 整数
getEndArrowLength()
public int getEndArrowLength()
退货: 整数
getEndArrowType()
public int getEndArrowType()
退货: 整数
getEndArrowWidth()
public int getEndArrowWidth()
退货: 整数
getEndCap()
public int getEndCap()
退货: 整数
getFill()
public Fill getFill()
获取父图表元素的填充格式。
退货: Fill - 填充父图表元素的格式。
getFillType()
public int getFillType()
退货: 整数
getFillableBackColor()
public Color getFillableBackColor()
退货: java.awt.颜色
getFillableForeColor()
public Color getFillableForeColor()
退货: java.awt.颜色
getFillableImageBytes()
public byte[] getFillableImageBytes()
退货: 字节[]
getFillableTransparency()
public double getFillableTransparency()
退货: 双倍的
getFillableVisible()
public boolean getFillableVisible()
退货: 布尔值
getFilledColor()
public Color getFilledColor()
退货: java.awt.颜色
getGradientAngle()
public double getGradientAngle()
退货: 双倍的
getGradientStops()
public GradientStopCollection getGradientStops()
getGradientStyle()
public int getGradientStyle()
退货: 整数
getGradientVariant()
public int getGradientVariant()
退货: 整数
getJoinStyle()
public int getJoinStyle()
退货: 整数
getLineFillType()
public int getLineFillType()
退货: 整数
getLineStyle()
public int getLineStyle()
退货: 整数
getOn()
public boolean getOn()
退货: 布尔值
getOpacity()
public double getOpacity()
退货: 双倍的
getPatternType()
public int getPatternType()
退货: 整数
getPresetTexture()
public int getPresetTexture()
退货: 整数
getRotateWithObject()
public boolean getRotateWithObject()
退货: 布尔值
getStartArrowLength()
public int getStartArrowLength()
退货: 整数
getStartArrowType()
public int getStartArrowType()
退货: 整数
getStartArrowWidth()
public int getStartArrowWidth()
退货: 整数
getStroke()
public Stroke getStroke()
获取父图表元素的行格式。
退货: Stroke 父图表元素的线条格式。
getStrokeImageBytes()
public byte[] getStrokeImageBytes()
退货: 字节[]
getStrokeTransparency()
public double getStrokeTransparency()
退货: 双倍的
getStrokeVisible()
public boolean getStrokeVisible()
退货: 布尔值
getTextureAlignment()
public int getTextureAlignment()
退货: 整数
getWeight()
public double getWeight()
退货: 双倍的
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
oneColorGradient(int style, int variant, double degree)
public void oneColorGradient(int style, int variant, double degree)
参数:
范围 | 类型 | 描述 |
---|---|---|
style | int | |
variant | int | |
degree | double |
patterned(int patternType)
public void patterned(int patternType)
参数:
范围 | 类型 | 描述 |
---|---|---|
patternType | int |
presetTextured(int presetTexture)
public void presetTextured(int presetTexture)
参数:
范围 | 类型 | 描述 |
---|---|---|
presetTexture | int |
setDashStyle(int value)
public void setDashStyle(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setEndArrowLength(int value)
public void setEndArrowLength(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setEndArrowType(int value)
public void setEndArrowType(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setEndArrowWidth(int value)
public void setEndArrowWidth(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setEndCap(int value)
public void setEndCap(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setFillableBackColor(Color value)
public void setFillableBackColor(Color value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | java.awt.Color |
setFillableForeColor(Color value)
public void setFillableForeColor(Color value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | java.awt.Color |
setFillableTransparency(double value)
public void setFillableTransparency(double value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | double |
setFillableVisible(boolean value)
public void setFillableVisible(boolean value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | boolean |
setFilledColor(Color value)
public void setFilledColor(Color value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | java.awt.Color |
setGradientAngle(double value)
public void setGradientAngle(double value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | double |
setImage(byte[] imageBytes)
public void setImage(byte[] imageBytes)
参数:
范围 | 类型 | 描述 |
---|---|---|
imageBytes | byte[] |
setJoinStyle(int value)
public void setJoinStyle(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setLineFillType(int value)
public void setLineFillType(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setLineStyle(int value)
public void setLineStyle(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setOn(boolean value)
public void setOn(boolean value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | boolean |
setOpacity(double value)
public void setOpacity(double value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | double |
setRotateWithObject(boolean value)
public void setRotateWithObject(boolean value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | boolean |
setStartArrowLength(int value)
public void setStartArrowLength(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setStartArrowType(int value)
public void setStartArrowType(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setStartArrowWidth(int value)
public void setStartArrowWidth(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setStrokeTransparency(double value)
public void setStrokeTransparency(double value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | double |
setStrokeVisible(boolean value)
public void setStrokeVisible(boolean value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | boolean |
setTextureAlignment(int value)
public void setTextureAlignment(int value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | int |
setWeight(double value)
public void setWeight(double value)
参数:
范围 | 类型 | 描述 |
---|---|---|
value | double |
solid()
public void solid()
toString()
public String toString()
退货: java.lang.字符串
twoColorGradient(int style, int variant)
public void twoColorGradient(int style, int variant)
参数:
范围 | 类型 | 描述 |
---|---|---|
style | int | |
variant | int |
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |