| Package | Description |
|---|---|
| org.openbase.jul.visual.javafx.geometry |
| Modifier and Type | Method and Description |
|---|---|
static Line3D.LineType |
Line3D.LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Line3D.LineType[] |
Line3D.LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Line3D(Line3D.LineType type,
double width,
javafx.scene.paint.Material material)
Base constructor.
|
Line3D(Line3D.LineType type,
double width,
javafx.scene.paint.Material material,
javafx.geometry.Point3D start,
javafx.geometry.Point3D end)
Constructor with start and end intialization.
|
Copyright © 2015–2017 openbase.org. All rights reserved.