public static class SegmentPlaneAttributes.GeometryAttributes
extends java.lang.Object
Constructor and Description |
---|
GeometryAttributes() |
GeometryAttributes(Material material,
double opacity) |
Modifier and Type | Method and Description |
---|---|
SegmentPlaneAttributes.GeometryAttributes |
copy() |
SegmentPlaneAttributes.GeometryAttributes |
copyTo(SegmentPlaneAttributes.GeometryAttributes copy) |
Material |
getMaterial() |
Vec4 |
getOffset() |
double |
getOpacity() |
double |
getPicksize() |
double |
getSize() |
boolean |
isEnablePicking() |
boolean |
isVisible() |
void |
setEnablePicking(boolean enable) |
void |
setMaterial(Material material) |
void |
setOffset(Vec4 vec4) |
void |
setOpacity(double opacity) |
void |
setPickSize(double size) |
void |
setSize(double size) |
void |
setVisible(boolean visible) |
public GeometryAttributes()
public GeometryAttributes(Material material, double opacity)
public SegmentPlaneAttributes.GeometryAttributes copy()
public SegmentPlaneAttributes.GeometryAttributes copyTo(SegmentPlaneAttributes.GeometryAttributes copy)
public Material getMaterial()
public Vec4 getOffset()
public double getOpacity()
public double getPicksize()
public double getSize()
public boolean isEnablePicking()
public boolean isVisible()
public void setEnablePicking(boolean enable)
public void setMaterial(Material material)
public void setOffset(Vec4 vec4)
public void setOpacity(double opacity)
public void setPickSize(double size)
public void setSize(double size)
public void setVisible(boolean visible)