public class ImageFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
ImageFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getFileNameExt(double width,
double height,
int capWidth) |
Compute the filename based on the stretching factor
|
javafx.scene.image.Image |
getSlabImage(javafx.geometry.Dimension2D dim) |
Draw a borderless stone slab
|
public javafx.scene.image.Image getSlabImage(javafx.geometry.Dimension2D dim)
dim - dimension of the imagepublic java.lang.String getFileNameExt(double width,
double height,
int capWidth)
width - of the buttonheight - of the buttonCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.