com.cosylab.vdct.graphics.objects
Class LinkDrawer

java.lang.Object
  extended by com.cosylab.vdct.graphics.objects.LinkDrawer

public final class LinkDrawer
extends java.lang.Object

!!! support for shortened tail drawing Insert the type's description here. Creation date: (30.1.2001 14:35:04)

Author:
Matej Sekoranja

Constructor Summary
LinkDrawer()
           
 
Method Summary
static void drawInIntergroupLink(java.awt.Graphics g, ViewState view, OutLink out, InLink in, boolean isRight)
          Creation date: (30.1.2001 14:43:02)
static void drawKneeLine(java.awt.Graphics g, ViewState view, OutLink out, InLink in, boolean firstHorizontal)
          This method was created in VisualAge.
static void drawLink(java.awt.Graphics g, ViewState view, OutLink out, InLink in, int count, boolean isRight)
          Creation date: (30.1.2001 14:43:02)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkDrawer

public LinkDrawer()
Method Detail

drawInIntergroupLink

public static void drawInIntergroupLink(java.awt.Graphics g,
                                        ViewState view,
                                        OutLink out,
                                        InLink in,
                                        boolean isRight)
Creation date: (30.1.2001 14:43:02)

Parameters:
g - java.awt.Graphics
com.cosylab.vdct.graphics.objects.OutLink - out
com.cosylab.vdct.graphics.objects.InLink - in
isRight - boolean

drawKneeLine

public static void drawKneeLine(java.awt.Graphics g,
                                ViewState view,
                                OutLink out,
                                InLink in,
                                boolean firstHorizontal)
This method was created in VisualAge.

Parameters:
g - java.awt.Graphics
com.cosylab.vdct.graphics.objects.OutLink - out
com.cosylab.vdct.graphics.objects.InLink - in
firstHorizontal - boolean

drawLink

public static void drawLink(java.awt.Graphics g,
                            ViewState view,
                            OutLink out,
                            InLink in,
                            int count,
                            boolean isRight)
Creation date: (30.1.2001 14:43:02)

Parameters:
g - java.awt.Graphics
com.cosylab.vdct.graphics.objects.OutLink - out
com.cosylab.vdct.graphics.objects.InLink - in
count - int
isRight - boolean