public class NodeStyle
extends java.lang.Object
| Constructor and Description |
|---|
NodeStyle(Area area)
Computes the style of an area node.
|
NodeStyle(NodeStyle src)
Creates a copy of the node style.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.awt.Color |
getColor() |
float |
getFontSize() |
int |
getIndent() |
float |
getStyle() |
float |
getWeight() |
int |
hashCode() |
java.lang.String |
toARFFString() |
java.lang.String |
toString() |
public NodeStyle(Area area)
area - public NodeStyle(NodeStyle src)
src - the source nodepublic float getFontSize()
public float getStyle()
public float getWeight()
public java.awt.Color getColor()
public int getIndent()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toARFFString()