public class ChartTextProperties extends Object
| Constructor and Description |
|---|
ChartTextProperties() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Returns the text color.
|
String |
getFontFamily()
Returns the font family.
|
Double |
getFontSizeAsianPt()
Returns the Asian font size in points.
|
Double |
getFontSizeComplexPt()
Returns the complex font size in points.
|
Double |
getFontSizePt()
Returns the font size in points.
|
String |
getFontStyle()
Returns the font style.
|
String |
getFontWeight()
Returns the font weight.
|
void |
setColor(Color color)
Sets the text color.
|
void |
setFontFamily(String fontFamily)
Sets the font family.
|
void |
setFontSizeAsianPt(double fontSizeAsianPt)
Sets the Asian font size in points.
|
void |
setFontSizeComplexPt(double fontSizeComplexPt)
Sets the complex font size in points.
|
void |
setFontSizePt(double fontSizePt)
Sets the font size in points.
|
void |
setFontStyle(String fontStyle)
Sets the font style.
|
void |
setFontWeight(String fontWeight)
Sets the font weight.
|
public Double getFontSizePt()
public Double getFontSizeAsianPt()
public Double getFontSizeComplexPt()
public String getFontWeight()
public String getFontStyle()
public String getFontFamily()
public Color getColor()
public void setFontSizePt(double fontSizePt)
fontSizePt - The font size in points.public void setFontSizeAsianPt(double fontSizeAsianPt)
fontSizeAsianPt - The Asian font size in points.public void setFontSizeComplexPt(double fontSizeComplexPt)
fontSizeComplexPt - The complex font size in points.public void setFontWeight(String fontWeight)
fontWeight - The font weight.public void setFontStyle(String fontStyle)
fontStyle - The font style.public void setFontFamily(String fontFamily)
fontFamily - The font family.public void setColor(Color color)
color - The text color.Copyright © 2026. All rights reserved.