java.lang.Object
org.jfree.chart3d.style.ChartStyles
Some predefined chart styles.
- Since:
- 1.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChartStyle
Creates and returns a new instance of the "Pastel" chart style.static ChartStyle
Creates and returns a new instance of the "Logical Font" chart style.static ChartStyle
Creates and returns a new instance of the "Orson 1" chart style.static ChartStyle
Creates and returns a new instance of the "Orson 2" chart style.static ChartStyle
Creates and returns a new instance of the "Pastel" chart style.
-
Constructor Details
-
ChartStyles
public ChartStyles()
-
-
Method Details
-
createOrson1Style
Creates and returns a new instance of the "Orson 1" chart style.- Returns:
- A chart style (never
null
).
-
createOrson2Style
Creates and returns a new instance of the "Orson 2" chart style. This style has a black background and uses shades of blue for the data colors.- Returns:
- A chart style (never
null
).
-
createPastelStyle
Creates and returns a new instance of the "Pastel" chart style.- Returns:
- A chart style (never
null
).
-
createIceCubeStyle
Creates and returns a new instance of the "Pastel" chart style.- Returns:
- A chart style (never
null
).
-
createLogicalFontStyle
Creates and returns a new instance of the "Logical Font" chart style. This style uses the Java logical fonts, but is otherwise the same as the "Orson 1" chart style.- Returns:
- A chart style (never
null
).
-