|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.klay.layered.graph.LInsets
de.cau.cs.kieler.klay.layered.graph.LInsets.Double
public static class LInsets.Double
Specifies KInsets
in double
coordinates.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.cau.cs.kieler.klay.layered.graph.LInsets |
---|
LInsets.Double |
Field Summary | |
---|---|
double |
bottom
The inset from the bottom. |
double |
left
The inset from the left. |
double |
right
The inset from the right. |
double |
top
The inset from the top. |
Constructor Summary | |
---|---|
LInsets.Double()
Creates a new instance with all fields set to 0.0 . |
|
LInsets.Double(double top,
double left,
double bottom,
double right)
Creates a new instance initialized with the given values. |
Method Summary | |
---|---|
void |
copy(LInsets.Double other)
Copy insets values from another double valued insets. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double top
public double bottom
public double left
public double right
Constructor Detail |
---|
public LInsets.Double()
0.0
.
public LInsets.Double(double top, double left, double bottom, double right)
top
- the inset from the top.left
- the inset from the left.bottom
- the inset from the bottom.right
- the inset from the right.Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public void copy(LInsets.Double other)
other
- another insets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |