public class ThumbnailImage
extends java.lang.Object
| Constructor and Description |
|---|
ThumbnailImage() |
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.image.WritableImage |
get(java.util.List<CSG> c) |
static javafx.scene.shape.CullFace |
getCullFaceValue() |
static Bounds |
getSellectedBounds(java.util.List<CSG> incoming) |
static void |
setCullFaceValue(javafx.scene.shape.CullFace cullFaceValue) |
static java.lang.Thread |
writeImage(java.util.ArrayList<CSG> incoming,
java.io.File toPNG) |
static java.lang.Thread |
writeImage(CSG incoming,
java.io.File toPNG) |
public static javafx.scene.image.WritableImage get(java.util.List<CSG> c)
public static java.lang.Thread writeImage(CSG incoming, java.io.File toPNG)
public static java.lang.Thread writeImage(java.util.ArrayList<CSG> incoming, java.io.File toPNG)
public static javafx.scene.shape.CullFace getCullFaceValue()
public static void setCullFaceValue(javafx.scene.shape.CullFace cullFaceValue)