Uses of Enum Class
com.google.inject.grapher.graphviz.CompassPoint
Packages that use CompassPoint
-
Uses of CompassPoint in com.google.inject.grapher.graphviz
Fields in com.google.inject.grapher.graphviz declared as CompassPointModifier and TypeFieldDescriptionprivate CompassPointGraphvizEdge.headCompassPointprivate CompassPointGraphvizEdge.tailCompassPointMethods in com.google.inject.grapher.graphviz that return CompassPointModifier and TypeMethodDescriptionGraphvizEdge.getHeadCompassPoint()GraphvizEdge.getTailCompassPoint()static CompassPointReturns the enum constant of this class with the specified name.static CompassPoint[]CompassPoint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.inject.grapher.graphviz with parameters of type CompassPointModifier and TypeMethodDescriptionprotected StringGraphvizGrapher.getEdgeEndPoint(String nodeId, String portId, CompassPoint compassPoint) voidGraphvizEdge.setHeadCompassPoint(CompassPoint headCompassPoint) voidGraphvizEdge.setTailCompassPoint(CompassPoint tailCompassPoint)