public interface Defaults
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackgroundColor()
Chart background color.
|
java.awt.Color |
getBarColor()
Default color for painting bars.
|
java.awt.Color |
getBlue()
Gets the default blue color (varies by chart theme).
|
java.awt.Color |
getBlueLine()
Gets the default blue line color (varies by chart theme).
|
java.awt.Color |
getBottomFillColor()
Default color for bottom fill.
|
java.awt.Color |
getBrown()
Gets the default brown color (varies by chart theme).
|
java.awt.Stroke |
getDashedLine()
Gets the stroke for a dashed line.
|
java.lang.String |
getEmailAddress()
Gets the email address associated with the license
|
java.awt.Color |
getFillColor()
Default color fill.
|
java.awt.Font |
getFont()
Gets the default font for writing text.
|
java.awt.Color |
getGreen()
Gets the default green color (varies by chart theme).
|
java.awt.Color |
getGreenLine()
Gets the default green line color (varies by chart theme).
|
java.awt.Color |
getGrey()
Gets the default grey color (varies by chart theme).
|
java.awt.Color |
getLineColor()
Default color for drawing lines.
|
java.awt.Color |
getOrange()
Gets the default orange color (varies by chart theme).
|
java.awt.Color |
getPurple()
Gets the default purple color (varies by chart theme).
|
java.awt.Color |
getRed()
Gets the default red color (varies by chart theme).
|
java.awt.Color |
getRedLine()
Gets the default red line color (varies by chart theme).
|
java.awt.Stroke |
getSolidLine()
Gets the stroke for a solid line.
|
java.awt.Color |
getTextColor()
Default color for drawing text.
|
java.awt.Color |
getTopFillColor()
Default color for top fill.
|
java.lang.String |
getVersion()
Gets the version of MotiveWave.
|
java.awt.Color |
getYellow()
Gets the default yellow color (varies by chart theme).
|
java.awt.Color |
getYellowLine()
Gets the default yellow line color (varies by chart theme).
|
java.awt.Font getFont()
java.awt.Color getTextColor()
java.awt.Color getBackgroundColor()
java.awt.Color getLineColor()
java.awt.Color getBarColor()
java.awt.Color getTopFillColor()
java.awt.Color getBottomFillColor()
java.awt.Color getFillColor()
java.awt.Color getRed()
java.awt.Color getGreen()
java.awt.Color getBlue()
java.awt.Color getYellow()
java.awt.Color getGrey()
java.awt.Color getPurple()
java.awt.Color getBrown()
java.awt.Color getOrange()
java.awt.Color getRedLine()
java.awt.Color getGreenLine()
java.awt.Color getBlueLine()
java.awt.Color getYellowLine()
java.awt.Stroke getSolidLine()
java.awt.Stroke getDashedLine()
java.lang.String getEmailAddress()
java.lang.String getVersion()