|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.graph.dot.impl
Class Route.TextLabel

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.graph.dot.impl.Route.TextLabel