X3DMaterialType |
ObjectFactory.createX3DMaterialType()
|
X3DMaterialType |
X3DMaterialType.withAmbientIntensity(Double value) |
X3DMaterialType |
X3DMaterialType.withDiffuseColor(Collection<Double> values) |
X3DMaterialType |
X3DMaterialType.withDiffuseColor(Double... values) |
X3DMaterialType |
X3DMaterialType.withDiffuseColor(List<Double> value) |
X3DMaterialType |
X3DMaterialType.withEmissiveColor(Collection<Double> values) |
X3DMaterialType |
X3DMaterialType.withEmissiveColor(Double... values) |
X3DMaterialType |
X3DMaterialType.withEmissiveColor(List<Double> value) |
X3DMaterialType |
X3DMaterialType.withGenericApplicationPropertyOfSurfaceData(Collection<Object> values) |
X3DMaterialType |
X3DMaterialType.withGenericApplicationPropertyOfSurfaceData(List<Object> value) |
X3DMaterialType |
X3DMaterialType.withGenericApplicationPropertyOfSurfaceData(Object... values) |
X3DMaterialType |
X3DMaterialType.withGenericApplicationPropertyOfX3DMaterial(Collection<Object> values) |
X3DMaterialType |
X3DMaterialType.withGenericApplicationPropertyOfX3DMaterial(List<Object> value) |
X3DMaterialType |
X3DMaterialType.withGenericApplicationPropertyOfX3DMaterial(Object... values) |
X3DMaterialType |
X3DMaterialType.withIsFront(Boolean value) |
X3DMaterialType |
X3DMaterialType.withIsSmooth(Boolean value) |
X3DMaterialType |
X3DMaterialType.withShininess(Double value) |
X3DMaterialType |
X3DMaterialType.withSpecularColor(Collection<Double> values) |
X3DMaterialType |
X3DMaterialType.withSpecularColor(Double... values) |
X3DMaterialType |
X3DMaterialType.withSpecularColor(List<Double> value) |
X3DMaterialType |
X3DMaterialType.withTarget(Collection<String> values) |
X3DMaterialType |
X3DMaterialType.withTarget(List<String> value) |
X3DMaterialType |
X3DMaterialType.withTarget(String... values) |
X3DMaterialType |
X3DMaterialType.withTransparency(Double value) |