Uses of Class
com.cosylab.vdct.graphics.ViewState
-
Packages that use ViewState Package Description com.cosylab.vdct com.cosylab.vdct.graphics com.cosylab.vdct.graphics.objects -
-
Uses of ViewState in com.cosylab.vdct
Methods in com.cosylab.vdct with parameters of type ViewState Modifier and Type Method Description byte[]
VisualDCT. printGrid(PageFormat pageFormat, StringBuffer stringBuffer, ViewState view)
-
Uses of ViewState in com.cosylab.vdct.graphics
Methods in com.cosylab.vdct.graphics that return ViewState Modifier and Type Method Description static ViewState
ViewState. getInstance(Object dsId)
ViewState
DrawingSurface. getView()
Insert the method's description here.Methods in com.cosylab.vdct.graphics with parameters of type ViewState Modifier and Type Method Description static void
ViewState. setInstance(Object dsId, ViewState newInstance)
Insert the method's description here.Constructors in com.cosylab.vdct.graphics with parameters of type ViewState Constructor Description ViewState(ViewState original)
Insert the method's description here. -
Uses of ViewState in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return ViewState Modifier and Type Method Description ViewState
Group. getLocalView()
Insert the method's description here.Methods in com.cosylab.vdct.graphics.objects with parameters of type ViewState Modifier and Type Method Description static void
LinkDrawer. drawInIntergroupLink(Graphics g, ViewState view, OutLink out, InLink in, boolean isRight)
Creation date: (30.1.2001 14:43:02)static void
LinkDrawer. drawKneeLine(Graphics g, ViewState view, OutLink out, InLink in, boolean firstHorizontal)
This method was created in VisualAge.static void
LinkDrawer. drawLink(Graphics g, ViewState view, OutLink out, InLink in, int count, boolean isRight)
Creation date: (30.1.2001 14:43:02)void
Group. setLocalView(ViewState newLocalView)
Insert the method's description here.
-