public final class VgLineType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VgLineType |
eGeometryConstantSize
The GeometryConstantSize type will display the line polygonized in
the 3D view, so that its width decreases when distance from the point of view
increases.
|
static VgLineType |
ePixelConstantSize
The PixelConstantSize type will display each segments of the Vg3DModule::VgLine
as a line, projected onto the screen with each points having the same
pixel size.
|
Modifier and Type | Method and Description |
---|---|
static VgLineType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgLineType ePixelConstantSize
public static final VgLineType eGeometryConstantSize
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgLineType swigToEnum(int swigValue)