Package | Description |
---|---|
lavesdk.math.graph | |
lavesdk.math.graph.enums |
Modifier and Type | Method and Description |
---|---|
Type |
Graph.getType()
Gets the type of the graph.
|
Constructor and Description |
---|
Graph(Type type)
Creates a new graph.
|
Modifier and Type | Method and Description |
---|---|
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|