TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.part
Interface IGraphicDocumentStyle

All Known Implementing Classes:
ChartArea

public interface IGraphicDocumentStyle

IGraphicDocumentStyle interface defines the default CSS style classes, colour palettes, and other basic attributes of the graphic. $Revision: 1.1 $


Field Summary
static java.lang.String BASIC_FONT
          BASIC_FONT = "Arial, sans-serif"
static int BASIC_FONTSIZE
          BASIC_FONTSIZE = 8
static java.lang.String BASIC_FONTSTYLE
          BASIC_FONTSTYLE = "font-weight:normal; font-style:normal; font-family:Arial; fill:#000000;"
static java.lang.String BASIC_SHOW_PERCENTS
          BASIC_SHOW_PERCENTS = "0n"
static java.lang.String BASIC_SHOW_SHAPES
          BASIC_SHOW_SHAPES = "On"
static java.lang.String BASIC_SHOW_VALUES
          BASIC_SHOW_VALUES = "0ff"
static java.lang.String COMMON_STYLE
          CSS default common style classes (rules).
static java.lang.String DEFAULT_STYLE_ID
          CSS default common style id.
static java.lang.String METER_STYLE
          CSS default meter style classes (rules).
static int NUMBER_OF_PREFERENCES
          NUMBER_OF_PREFERENCES = 6
static java.lang.String PIE_STYLE
          CSS default pie style classes (rules).
static java.lang.String STYLE_TYPE
          CSS default common style type.
static java.lang.String XYCHART_STYLE
          CSS default XYchart style classes (rules).
 

Field Detail

DEFAULT_STYLE_ID

public static final java.lang.String DEFAULT_STYLE_ID
CSS default common style id.

See Also:
Constant Field Values

STYLE_TYPE

public static final java.lang.String STYLE_TYPE
CSS default common style type.

See Also:
Constant Field Values

COMMON_STYLE

public static final java.lang.String COMMON_STYLE
CSS default common style classes (rules).

See Also:
Constant Field Values

METER_STYLE

public static final java.lang.String METER_STYLE
CSS default meter style classes (rules).

See Also:
Constant Field Values

PIE_STYLE

public static final java.lang.String PIE_STYLE
CSS default pie style classes (rules).

See Also:
Constant Field Values

XYCHART_STYLE

public static final java.lang.String XYCHART_STYLE
CSS default XYchart style classes (rules).

See Also:
Constant Field Values

BASIC_FONT

public static final java.lang.String BASIC_FONT
BASIC_FONT = "Arial, sans-serif"


BASIC_FONTSIZE

public static final int BASIC_FONTSIZE
BASIC_FONTSIZE = 8

See Also:
Constant Field Values

BASIC_FONTSTYLE

public static final java.lang.String BASIC_FONTSTYLE
BASIC_FONTSTYLE = "font-weight:normal; font-style:normal; font-family:Arial; fill:#000000;"

See Also:
Constant Field Values

BASIC_SHOW_SHAPES

public static final java.lang.String BASIC_SHOW_SHAPES
BASIC_SHOW_SHAPES = "On"

See Also:
Constant Field Values

BASIC_SHOW_VALUES

public static final java.lang.String BASIC_SHOW_VALUES
BASIC_SHOW_VALUES = "0ff"

See Also:
Constant Field Values

BASIC_SHOW_PERCENTS

public static final java.lang.String BASIC_SHOW_PERCENTS
BASIC_SHOW_PERCENTS = "0n"

See Also:
Constant Field Values

NUMBER_OF_PREFERENCES

public static final int NUMBER_OF_PREFERENCES
NUMBER_OF_PREFERENCES = 6

See Also:
Constant Field Values

TPTP 4.2.0 Platform Project
Internal API Specification