|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.KSlimFace.BorderEntry
public static class KSlimFace.BorderEntry
An entry of a list associated with a face.
Constructor Summary | |
---|---|
KSlimFace.BorderEntry(KSlimEdge theedge,
boolean theforward)
Creates a border entry for the given edge. |
|
KSlimFace.BorderEntry(KSlimFace.BorderEntry entry)
Creates a border entry copying an existing one. |
Method Summary | |
---|---|
KSlimNode |
firstNode()
Returns the first node encountered when traversing the edge in forward direction. |
KSlimNode.Side |
firstSide()
Returns the side of the contained edge at the first encountered node. |
KSlimEdge |
getEdge()
Returns the edge. |
boolean |
isForward()
Returns whether the bordering edge is traversed forward. |
KSlimFace |
opposed()
Returns the opposed face, as seen from the containing face. |
KSlimNode |
secondNode()
Returns the second node encountered when traversing the edge in forward direction. |
KSlimNode.Side |
secondSide()
Returns the side of the contained edge at the second encountered node. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KSlimFace.BorderEntry(KSlimEdge theedge, boolean theforward)
theedge
- edge bordering the containing facetheforward
- indicates whether the bordering edge is traversed forwardpublic KSlimFace.BorderEntry(KSlimFace.BorderEntry entry)
entry
- border entry to copyMethod Detail |
---|
public KSlimFace opposed()
public KSlimNode firstNode()
public KSlimNode secondNode()
public KSlimNode.Side firstSide()
public KSlimNode.Side secondSide()
public String toString()
toString
in class Object
public KSlimEdge getEdge()
public boolean isForward()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |