public abstract class Mesh
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.BooleanProperty |
dirty |
Modifier | Constructor and Description |
---|---|
protected |
Mesh() |
Modifier and Type | Method and Description |
---|---|
abstract com.sun.javafx.geom.BaseBounds |
computeBounds(com.sun.javafx.geom.BaseBounds b) |
javafx.beans.property.BooleanProperty |
dirtyProperty() |
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 com.sun.javafx.geom.BaseBounds computeBounds(com.sun.javafx.geom.BaseBounds b)
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.