Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.dot.impl
Class Route.TextLabel  view Route.TextLabel download Route.TextLabel.java

java.lang.Object
  extended bycom.port80.graph.dot.impl.Route.TextLabel
Enclosing class:
Route

public static class Route.TextLabel
extends java.lang.Object


Field Summary
(package private)  DotPoint dimen
           
(package private)  java.lang.String fontcolor
           
(package private)  java.lang.String fontname
           
(package private)  double fontsize
           
(package private)  Route.TextLine line
           
(package private)  short nlines
           
(package private)  IntPoint p
           
(package private)  java.lang.String text
           
 
Constructor Summary
Route.TextLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

java.lang.String text

fontname

java.lang.String fontname

fontcolor

java.lang.String fontcolor

fontsize

double fontsize

dimen

DotPoint dimen

p

IntPoint p

line

Route.TextLine line

nlines

short nlines
Constructor Detail

Route.TextLabel

public Route.TextLabel()