jlinkpackage gzz.vob class VobScene jlink assoc compos - multi(1) VobMap assoc compos - multi(1) VobCoorder assoc compos - multi(1) VobMatcher methods java.awt.Dimension getSize() void put(Vob v, Object key, float depth, x, y, w, h) class VobMap "interface" jlink assoc aggreg multi(*) - multi(*) Vob methods Vob getVobByCS(int coordsys) void put(Vob) void put(Vob, int coordsys) void put(Vob, int coordsys1, int coordsys2) class VobCoorder "interface" jlink assoc compos - multi(*) CoordSys methods int ortho(int parent, float depth, x, y, w, h) int scale(int parent, float sx, sy) ... int getCSAt(int parent, float x, y) boolean needInterp(VobCoorder interpTo, int[] interpList) float[] transformPoints3(int withCS, float[] pt) ... class VobMatcher "interface" jlink methods int add(int into, int cs, Object key) int[] interpList(VobMatcher other) ... class Vob "interface" jlink methods void render(Graphics g, boolean fast, RenderInfo info1, info2) int addToListGL(...) boolean intersect(int x, int y, RenderInfo info1, info2) class CoordSys "pseudoclass" assoc multi(*) - multi(1) role(key) java.lang.Object assoc multi(*) - multi(*) Vob class java.lang.Object methods int hashCode() boolean equals(Object o) transassoc = assoc CoordSys role(transformparent) multi(*) - multi(*) role(transchild) CoordSys matchassoc = assoc CoordSys aggreg role(matchparent) multi(1) - multi(*) role(matchchild) CoordSys