Méthode | Description | |
---|---|---|
AddGraphic ( IGraphic aGraphic ) : void | ||
AddGraphic ( IGraphic aGraphic, IGraphic before ) : void | ||
AddGraphicAfter ( IGraphic aGraphic, IGraphic after ) : void | ||
CountGraphics ( ) : int | ||
DrawChildren ( |
||
DrawSelf ( |
||
GraphicAt ( int index ) : IGraphic | ||
GraphicGroup ( String name ) : System | ||
GraphicGroup ( String name, RectangleI rect ) : System | ||
GraphicGroup ( String name, int x, int y, int width, int height ) : System | ||
GraphicGroup ( String name, int x, int y, int width, int height, ILayoutManager layout ) : System | ||
GraphicNamed ( string graphicName ) : IGraphic | ||
GraphicNamedRecurse ( string graphicName ) : IGraphic | ||
GraphicsAt ( int x, int y, Stack |
||
MoveBy ( int x, int y ) : void | ||
MoveGraphicToFront ( IGraphic graphic ) : void | ||
OnGraphicAdded ( IGraphic aGraphic ) : void | ||
RemoveAllGraphics ( ) : void | ||
RemoveGraphic ( IGraphic aGraphic ) : bool |
Méthode | Description | |
---|---|---|
OnSetContainer ( ) : void | ||
OnUpdateGeometryState ( ) : void |
When geometry changes, we might want to relayout graphics, propagate world transforms, regather bounding rectangles and the like.
|
public AddGraphic ( IGraphic aGraphic ) : void | ||
aGraphic | IGraphic | |
Résultat | void |
public AddGraphic ( IGraphic aGraphic, IGraphic before ) : void | ||
aGraphic | IGraphic | |
before | IGraphic | |
Résultat | void |
public AddGraphicAfter ( IGraphic aGraphic, IGraphic after ) : void | ||
aGraphic | IGraphic | |
after | IGraphic | |
Résultat | void |
public DrawChildren ( |
||
devent | ||
Résultat | void |
public DrawSelf ( |
||
devent | ||
Résultat | void |
public GraphicGroup ( String name ) : System | ||
name | String | |
Résultat | System |
public GraphicGroup ( String name, RectangleI rect ) : System | ||
name | String | |
rect | RectangleI | |
Résultat | System |
public GraphicGroup ( String name, int x, int y, int width, int height ) : System | ||
name | String | |
x | int | |
y | int | |
width | int | |
height | int | |
Résultat | System |
public GraphicGroup ( String name, int x, int y, int width, int height, ILayoutManager layout ) : System | ||
name | String | |
x | int | |
y | int | |
width | int | |
height | int | |
layout | ILayoutManager | |
Résultat | System |
public GraphicNamed ( string graphicName ) : IGraphic | ||
graphicName | string | |
Résultat | IGraphic |
public GraphicNamedRecurse ( string graphicName ) : IGraphic | ||
graphicName | string | |
Résultat | IGraphic |
public GraphicsAt ( int x, int y, Stack |
||
x | int | |
y | int | |
coll | Stack |
|
Résultat | void |
public MoveGraphicToFront ( IGraphic graphic ) : void | ||
graphic | IGraphic | |
Résultat | void |
public OnGraphicAdded ( IGraphic aGraphic ) : void | ||
aGraphic | IGraphic | |
Résultat | void |
public RemoveGraphic ( IGraphic aGraphic ) : bool | ||
aGraphic | IGraphic | |
Résultat | bool |