@JsType(isNative=true, namespace="<global>", name="Object") public class GridMaterialPropertyOptions extends Object
Modifier and Type | Field and Description |
---|---|
double |
cellAlpha
A numeric Property specifying cell alpha values.
|
Property |
color
A Property specifying the grid Color.
|
Property |
lineCount
A Cartesian2 Property specifying the number of grid lines along each axis.
|
Property |
lineOffset
A Cartesian2 Property specifying starting offset of grid lines along each axis.
|
Property |
lineThickness
A Cartesian2 Property specifying the thickness of grid lines along each axis.
|
Constructor and Description |
---|
GridMaterialPropertyOptions() |
@JsProperty public Property color
Color.WHITE()
@JsProperty public double cellAlpha
@JsProperty public Property lineCount
@JsProperty public Property lineThickness
@JsProperty public Property lineOffset
Copyright © 2019. All rights reserved.