CompassPoint

enum CompassPoint : Enum<DotWriter.CompassPoint>

CompassPoint represents one of the compass points allowed for edge attachments to node ports. The names of the enumeration values are chosen to match dot keywords and must not be changed.

Author

Todd L Smith

Entries

Link copied to clipboard
SE()

Southeast.

Link copied to clipboard
S()

South.

Link copied to clipboard
SW()

Southwest.

Link copied to clipboard
E()

East.

Link copied to clipboard
C()

Center.

Link copied to clipboard
W()

West.

Link copied to clipboard
NE()

Northeast.

Link copied to clipboard
N()

North.

Link copied to clipboard
NW()

Northwest.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int