jlinkpackage gzz.view package gzz.client jlink use View package Vobs jlink Gzz_Frontend_Vobs.gen.html bigpackage gzz.view jlink class ViewContext "interface" jlink methods Cell getAccursed() Dim[] getDims() CellView getCellView() CellView getCellContentView() boolean isMarked() java.util.List getCursorColor(Cell c) int getCursorOffset(Cell c) class View "interface" jlink use ViewContext use CellView use Vobs methods void render(VobScene vs, int box, ViewContext context) class CellView "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) use ViewContext use Vobs