|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Style in org.eclipse.graphiti.mm.algorithms |
---|
Methods in org.eclipse.graphiti.mm.algorithms that return Style | |
---|---|
Style |
GraphicsAlgorithm.getStyle()
Returns the value of the 'Style' reference. |
Methods in org.eclipse.graphiti.mm.algorithms with parameters of type Style | |
---|---|
void |
GraphicsAlgorithm.setStyle(Style value)
Sets the value of the ' Style ' reference. |
Uses of Style in org.eclipse.graphiti.mm.algorithms.impl |
---|
Fields in org.eclipse.graphiti.mm.algorithms.impl declared as Style | |
---|---|
protected Style |
GraphicsAlgorithmImpl.style
The cached value of the ' Style ' reference. |
Methods in org.eclipse.graphiti.mm.algorithms.impl that return Style | |
---|---|
Style |
GraphicsAlgorithmImpl.basicGetStyle()
|
Style |
GraphicsAlgorithmImpl.getStyle()
|
Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type Style | |
---|---|
void |
GraphicsAlgorithmImpl.setStyle(Style newStyle)
|
Uses of Style in org.eclipse.graphiti.mm.algorithms.styles |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles that return Style | |
---|---|
Style |
StylesFactory.createStyle()
Returns a new object of class 'Style'. |
Uses of Style in org.eclipse.graphiti.mm.algorithms.styles.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement Style | |
---|---|
class |
StyleImpl
An implementation of the model object 'Style'. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Style | |
---|---|
Style |
StylesFactoryImpl.createStyle()
|
Uses of Style in org.eclipse.graphiti.mm.algorithms.styles.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type Style | |
---|---|
T |
StylesSwitch.caseStyle(Style object)
Returns the result of interpreting the object as an instance of 'Style'. |
Uses of Style in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Style | |
---|---|
Style |
IGaCreateService.createStyle(StyleContainer styleContainer,
String id)
Creates a style with the given id. |
Style |
IGaService.findStyle(StyleContainer styleContainer,
String id)
Searches for a style with the given id. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |