|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LineStyle in org.eclipse.graphiti.mm.algorithms.impl |
---|
Fields in org.eclipse.graphiti.mm.algorithms.impl declared as LineStyle | |
---|---|
protected static LineStyle |
GraphicsAlgorithmImpl.LINE_STYLE_EDEFAULT
The default value of the ' Line Style ' attribute. |
protected LineStyle |
GraphicsAlgorithmImpl.lineStyle
The cached value of the ' Line Style ' attribute. |
Methods in org.eclipse.graphiti.mm.algorithms.impl that return LineStyle | |
---|---|
LineStyle |
GraphicsAlgorithmImpl.getLineStyle()
|
Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type LineStyle | |
---|---|
void |
GraphicsAlgorithmImpl.setLineStyle(LineStyle newLineStyle)
|
Uses of LineStyle in org.eclipse.graphiti.mm.algorithms.styles |
---|
Fields in org.eclipse.graphiti.mm.algorithms.styles declared as LineStyle | |
---|---|
private static LineStyle[] |
LineStyle.VALUES_ARRAY
An array of all the 'Line Style' enumerators. |
Fields in org.eclipse.graphiti.mm.algorithms.styles with type parameters of type LineStyle | |
---|---|
static List<LineStyle> |
LineStyle.VALUES
A public read-only list of all the 'Line Style' enumerators. |
Methods in org.eclipse.graphiti.mm.algorithms.styles that return LineStyle | |
---|---|
static LineStyle |
LineStyle.get(int value)
Returns the 'Line Style' literal with the specified integer value. |
static LineStyle |
LineStyle.get(String literal)
Returns the 'Line Style' literal with the specified literal value. |
static LineStyle |
LineStyle.getByName(String name)
Returns the 'Line Style' literal with the specified name. |
LineStyle |
AbstractStyle.getLineStyle()
Returns the value of the 'Line Style' attribute. |
static LineStyle |
LineStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LineStyle[] |
LineStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type LineStyle | |
---|---|
void |
AbstractStyle.setLineStyle(LineStyle value)
Sets the value of the ' Line Style ' attribute. |
Uses of LineStyle in org.eclipse.graphiti.mm.algorithms.styles.impl |
---|
Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as LineStyle | |
---|---|
protected static LineStyle |
AbstractStyleImpl.LINE_STYLE_EDEFAULT
The default value of the ' Line Style ' attribute. |
protected static LineStyle |
StyleImpl.LINE_STYLE_EDEFAULT
The default value of the ' Line Style ' attribute. |
protected LineStyle |
AbstractStyleImpl.lineStyle
The cached value of the ' Line Style ' attribute. |
protected LineStyle |
StyleImpl.lineStyle
The cached value of the ' Line Style ' attribute. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return LineStyle | |
---|---|
LineStyle |
StylesFactoryImpl.createLineStyleFromString(EDataType eDataType,
String initialValue)
|
LineStyle |
AbstractStyleImpl.getLineStyle()
|
LineStyle |
StyleImpl.getLineStyle()
|
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type LineStyle | |
---|---|
void |
AbstractStyleImpl.setLineStyle(LineStyle newLineStyle)
|
void |
StyleImpl.setLineStyle(LineStyle newLineStyle)
|
Uses of LineStyle in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return LineStyle | |
---|---|
LineStyle |
IGaService.getLineStyle(GraphicsAlgorithm ga,
boolean checkStyles)
Gets the line style. |
Uses of LineStyle in org.eclipse.graphiti.tb |
---|
Fields in org.eclipse.graphiti.tb declared as LineStyle | |
---|---|
private LineStyle |
SelectionInfoImpl.lineStyle
|
Methods in org.eclipse.graphiti.tb that return LineStyle | |
---|---|
LineStyle |
ISelectionInfo.getLineStyle()
Gets the line style. |
LineStyle |
SelectionInfoImpl.getLineStyle()
|
Methods in org.eclipse.graphiti.tb with parameters of type LineStyle | |
---|---|
void |
ISelectionInfo.setLineStyle(LineStyle lineStyle)
Set the line style of the selection. |
void |
SelectionInfoImpl.setLineStyle(LineStyle lineStyle)
|
Constructors in org.eclipse.graphiti.tb with parameters of type LineStyle | |
---|---|
SelectionInfoImpl(IColorConstant color,
IColorConstant handleForegroundColor,
IColorConstant handleBackgroundColor,
IColorConstant hoverColor,
LineStyle lineStyle)
Creates a new SelectionInfoImpl . |
|
SelectionInfoImpl(IColorConstant color,
IColorConstant handleForegroundColor,
IColorConstant handleBackgroundColor,
LineStyle lineStyle)
Creates a new SelectionInfoImpl . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |