net.clackrouter.topology.create
Class CreateTopoHostView

java.lang.Object
  extended by VertexView
      extended by net.clackrouter.topology.create.CreateTopoHostView

public class CreateTopoHostView
extends VertexView

View for a virtual host in a Topology JGraph.


Field Summary
static java.awt.Image mActiveRouterIcon
           
static java.awt.Image mActiveServerIcon
           
protected  java.awt.Color mBorderColor
           
static java.awt.Image mFirewallIcon
           
protected  java.awt.Font mFont
           
protected  int mFontSize
           
static java.awt.Image mInactiveServerIcon
           
static java.awt.Image mInternetIcon
           
protected  java.awt.Color mNonReservedFillColor
           
protected  java.awt.Color mReservedFillColor
           
static int sBORDER
           
static int shPAD
           
static int sIconHeight
           
static int sIconWidth
           
static java.awt.Font smDefaultFont
           
static int smDefaultFontSize
           
static int swPAD
           
 
Constructor Summary
CreateTopoHostView(TopoHostCell cell, JGraph graph, CellMapper cm)
           
 
Method Summary
 CellViewRenderer getRenderer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sBORDER

public static int sBORDER

smDefaultFontSize

public static int smDefaultFontSize

smDefaultFont

public static java.awt.Font smDefaultFont

swPAD

public static int swPAD

shPAD

public static int shPAD

sIconWidth

public static int sIconWidth

sIconHeight

public static int sIconHeight

mActiveRouterIcon

public static java.awt.Image mActiveRouterIcon

mActiveServerIcon

public static java.awt.Image mActiveServerIcon

mInactiveServerIcon

public static java.awt.Image mInactiveServerIcon

mFirewallIcon

public static java.awt.Image mFirewallIcon

mInternetIcon

public static java.awt.Image mInternetIcon

mBorderColor

protected java.awt.Color mBorderColor

mReservedFillColor

protected java.awt.Color mReservedFillColor

mNonReservedFillColor

protected java.awt.Color mNonReservedFillColor

mFont

protected java.awt.Font mFont

mFontSize

protected int mFontSize
Constructor Detail

CreateTopoHostView

public CreateTopoHostView(TopoHostCell cell,
                          JGraph graph,
                          CellMapper cm)
Method Detail

getRenderer

public CellViewRenderer getRenderer()