|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRenderingProvider
Class for providing figures represented by a string.
Nested Class Summary | |
---|---|
static class |
IRenderingProvider.CollapseStatus
|
Method Summary | |
---|---|
IBorderItemLocator |
getBorderItemLocatorByString(String input,
IFigure parentFigure,
Object locator,
EObject object,
IRenderingProvider.CollapseStatus collapseStatus)
Returns a BorderItemLocator according to a given string. |
IFigure |
getFigureByString(String input,
IFigure oldFigure,
EObject object,
EditPart part)
Returns a figure according to a given string. |
LayoutManager |
getLayoutManagerByString(String input,
LayoutManager oldLayoutManager,
EObject object)
Returns a LayoutManager according to a given string. |
Dimension |
getSizeByString(String input,
EObject object,
EditPart part)
Returns the size of a figure according to a given string. |
Method Detail |
---|
IFigure getFigureByString(String input, IFigure oldFigure, EObject object, EditPart part)
input
- a string representation of the figureoldFigure
- the old figureobject
- the model elementpart
- the corresponding editPart
Dimension getSizeByString(String input, EObject object, EditPart part)
null
.
The string input is the same as the one for
getFigureByString
.
input
- a string representation of the figureobject
- the model elementpart
- the corresponding editPart
null
if no fixed size shall be setLayoutManager getLayoutManagerByString(String input, LayoutManager oldLayoutManager, EObject object)
input
- a string representation of the LayoutManageroldLayoutManager
- the old LayoutManagerobject
- the model element
IBorderItemLocator getBorderItemLocatorByString(String input, IFigure parentFigure, Object locator, EObject object, IRenderingProvider.CollapseStatus collapseStatus)
input
- a string representation of the BorderItemLocatorparentFigure
- the parentFigurelocator
- the old BorderItemLocatorobject
- the model element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |