public abstract class Material
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.BooleanProperty |
dirty |
Modifier | Constructor and Description |
---|---|
protected |
Material() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.BooleanProperty |
dirtyProperty() |
abstract com.sun.javafx.sg.PGPhongMaterial |
impl_getPGMaterial() |
abstract void |
impl_updatePG() |
boolean |
isDirty()
Gets the value of the property dirty.
|
void |
setDirty(boolean value)
Sets the value of the property dirty.
|
public final javafx.beans.property.BooleanProperty dirtyProperty
isDirty()
,
setDirty(boolean)
public final boolean isDirty()
public void setDirty(boolean value)
public final javafx.beans.property.BooleanProperty dirtyProperty()
isDirty()
,
setDirty(boolean)
public abstract void impl_updatePG()
public abstract com.sun.javafx.sg.PGPhongMaterial impl_getPGMaterial()
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.