|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.core.Export.EdgeExport
public static class Export.EdgeExport
Stores edge exporting values.
| Nested Class Summary | |
|---|---|
static class |
Export.EdgeExport.Direction
Edge direction. |
| Constructor Summary | |
|---|---|
Export.EdgeExport()
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Gets the edge color. |
java.awt.Color |
getColorLabel()
Gets the edge label color. |
Export.EdgeExport.Direction |
getDirection()
Gets the edge direction. |
short |
getFontSize()
Gets the edge label font size. |
java.lang.String |
getLabel()
Gets the edge label. |
short |
getWidth()
Gets the edge width. |
void |
setColor(java.awt.Color color)
Sets the edge color. |
void |
setColorLabel(java.awt.Color colorLabel)
Sets the edge label color. |
void |
setDirection(Export.EdgeExport.Direction direction)
Sets the edge direction. |
void |
setFontSize(short fontSize)
Sets the edge label font size. |
void |
setLabel(java.lang.String label)
Sets the edge label. |
void |
setWidth(short width)
Sets the edge width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Export.EdgeExport()
| Method Detail |
|---|
public java.lang.String getLabel()
null is the default value, that is no label.
public void setLabel(java.lang.String label)
label - The edge label.public Export.EdgeExport.Direction getDirection()
Export.EdgeExport.Direction.DIRECTED is the default value.
public void setDirection(Export.EdgeExport.Direction direction)
direction - The edge direction.public java.awt.Color getColor()
Light gray is the default value.
public void setColor(java.awt.Color color)
color - The edge color.public java.awt.Color getColorLabel()
Black is the default value.
public void setColorLabel(java.awt.Color colorLabel)
colorLabel - The edge label color.public short getWidth()
5px is the default value.
public void setWidth(short width)
width - The edge width.public short getFontSize()
10 is the default value.
public void setFontSize(short fontSize)
fontSize - The edge label font size.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||