Package org.eclipse.graphiti.util
Interface IPredefinedRenderingStyle
-
- All Known Implementing Classes:
PredefinedColoredAreas
public interface IPredefinedRenderingStyleThis interface defines the IDs of the predefined rendering styles for gradients, and constants for style adaptations of gradients. Each (predefined) ID for a rendering style of an gradient corresponds to anAdaptedGradientColoredAreasdefined inPredefinedColoredAreas. Clients should extend this interface with an ID for each definition of an ownAdaptedGradientColoredAreas. Clients can define their own gradient adaptations by extendingPredefinedColoredAreas. A gradient can be set byIGaService.setRenderingStyle(AbstractStyle, AdaptedGradientColoredAreas).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBLUE_WHITE_GLOSS_IDThe ID for a blue-to-white gradient with a gloss-effect.static java.lang.StringBLUE_WHITE_IDThe ID for a blue-to-white gradient.static java.lang.StringCOPPER_WHITE_GLOSS_IDThe ID for a copper-to-white gradient with a gloss-effect.static java.lang.StringLIGHT_GRAY_IDThe ID for a light gray color.static java.lang.StringLIGHT_YELLOW_IDThe ID for a light yellow color.static java.lang.StringSILVER_WHITE_GLOSS_IDThe ID for a silver-to-white gradient with a gloss-effect.static intSTYLE_ADAPTATION_ACTION_ALLOWEDThe style-adaptation to use to indicate that an action is allowed.static intSTYLE_ADAPTATION_ACTION_FORBIDDENThe style-adaptation to use to indicate that an action is forbidden.static intSTYLE_ADAPTATION_DEFAULTThe style-adaptation to use for default, element is not selected.static intSTYLE_ADAPTATION_PRIMARY_SELECTEDThe style-adaptation to use for primary selected elements.static intSTYLE_ADAPTATION_SECONDARY_SELECTEDThe style-adaptation to use for secondary selected elements.
-
-
-
Field Detail
-
BLUE_WHITE_GLOSS_ID
static final java.lang.String BLUE_WHITE_GLOSS_ID
The ID for a blue-to-white gradient with a gloss-effect.- See Also:
- Constant Field Values
-
BLUE_WHITE_ID
static final java.lang.String BLUE_WHITE_ID
The ID for a blue-to-white gradient.- See Also:
- Constant Field Values
-
LIGHT_YELLOW_ID
static final java.lang.String LIGHT_YELLOW_ID
The ID for a light yellow color.- See Also:
- Constant Field Values
-
LIGHT_GRAY_ID
static final java.lang.String LIGHT_GRAY_ID
The ID for a light gray color.- See Also:
- Constant Field Values
-
COPPER_WHITE_GLOSS_ID
static final java.lang.String COPPER_WHITE_GLOSS_ID
The ID for a copper-to-white gradient with a gloss-effect.- See Also:
- Constant Field Values
-
SILVER_WHITE_GLOSS_ID
static final java.lang.String SILVER_WHITE_GLOSS_ID
The ID for a silver-to-white gradient with a gloss-effect.- See Also:
- Constant Field Values
-
STYLE_ADAPTATION_DEFAULT
static final int STYLE_ADAPTATION_DEFAULT
The style-adaptation to use for default, element is not selected.- See Also:
- Constant Field Values
-
STYLE_ADAPTATION_PRIMARY_SELECTED
static final int STYLE_ADAPTATION_PRIMARY_SELECTED
The style-adaptation to use for primary selected elements.- See Also:
- Constant Field Values
-
STYLE_ADAPTATION_SECONDARY_SELECTED
static final int STYLE_ADAPTATION_SECONDARY_SELECTED
The style-adaptation to use for secondary selected elements.- See Also:
- Constant Field Values
-
STYLE_ADAPTATION_ACTION_ALLOWED
static final int STYLE_ADAPTATION_ACTION_ALLOWED
The style-adaptation to use to indicate that an action is allowed.- See Also:
- Constant Field Values
-
STYLE_ADAPTATION_ACTION_FORBIDDEN
static final int STYLE_ADAPTATION_ACTION_FORBIDDEN
The style-adaptation to use to indicate that an action is forbidden.- See Also:
- Constant Field Values
-
-