|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Group | |
| data | |
| gui | |
| system | |
| Uses of Group in data |
| Methods in data that return Group | |
Group |
Group.getGroup(int index)
Returns the Group at index. |
| Methods in data with parameters of type Group | |
void |
Group.addGroup(Group group)
Adds the given Group to this Group. |
| Uses of Group in gui |
| Fields in gui declared as Group | |
protected Group |
CurvedCanvas.currentmaingroup
The currently displayed Group. |
| Methods in gui with parameters of type Group | |
protected void |
CurvedCanvas.drawGroup(Graphics g,
Group group,
Point origin)
Draws the given group on the given graphics context. |
void |
CurvedCanvas.refresh(Group group)
This method clears anything that is displayed on this canvas, and fills it with the visual representation of the grouped curve hierarchy indicated by the given group. |
| Uses of Group in system |
| Fields in system declared as Group | |
protected Group |
CurvedControl.maingroup
The main Group. |
| Methods in system that return Group | |
protected Group |
CurveReader.convert(kirk.io.sdl.SDLDocument sdldocument)
Converts the main group and all its subgroups and shapes. |
protected Group |
CurveReader.convertToGroup(kirk.io.sdl.SDLElement sdlelement)
Converts the given SDLElement into a Group,
providing it represents one (it has to have "group" as name, and be an SDL
normal element). |
static Group |
CurveReader.readCurveScheme(String filename)
This method reads a Curve Scheme from the given filename. |
Group |
CurvedControl.getMainGroup()
Returns the main group. |
| Methods in system with parameters of type Group | |
void |
CurvedControl.setMainGroup(Group group)
Sets the main group. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||