jlinkpackage gzz.view package gzz.client jlink use View package Vobs jlink Gzz_Frontend_Vobs.gen.html bigpackage gzz.view class ViewContext "interface" jlink assoc - multi(1) role(stores) CellView assoc - multi(1) role(stores) CellContentView methods Cell getAccursed() Dim[] getDims() CellInBox getCellView() CellInBox getCellContentView() boolean isMarked() java.util.List getCursorColor(Cell c) int getCursorOffset(Cell c) class View "interface" jlink use ViewContext use CellView methods void render(VobScene vs, int box, ViewContext context) class CellInBox "abstract" jlink methods void getSize(Cell c, ViewContext context, float[] out) void getSize(Cell c, float scale, ViewContext context, float[] out) void place(Cell c, VobScene vs, int box, ViewContext context) class CellView "abstract" jlink inherit CellInBox use ViewContext use CellContentView use Vobs class CellContentView "abstract" jlink inherit CellInBox use Vobs