public class ImageUtilController extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.IntegerProperty |
xdensity |
javafx.beans.property.IntegerProperty |
ydensity |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageUtilController.ImageReadByChunks |
| Constructor and Description |
|---|
ImageUtilController() |
| Modifier and Type | Method and Description |
|---|---|
int |
getXdensity()
Gets the value of the property xdensity.
|
int |
getYdensity()
Gets the value of the property ydensity.
|
void |
setXdensity(int anXdensity)
Sets the value of the property xdensity.
|
void |
setYdensity(int aYdensity)
Sets the value of the property ydensity.
|
javafx.beans.property.IntegerProperty |
xdensityProperty() |
javafx.beans.property.IntegerProperty |
ydensityProperty() |
public final javafx.beans.property.IntegerProperty xdensityProperty
getXdensity(),
setXdensity(int)public final javafx.beans.property.IntegerProperty ydensityProperty
getYdensity(),
setYdensity(int)public final int getXdensity()
public final void setXdensity(int anXdensity)
public final javafx.beans.property.IntegerProperty xdensityProperty()
getXdensity(),
setXdensity(int)public final int getYdensity()
public final void setYdensity(int aYdensity)
public final javafx.beans.property.IntegerProperty ydensityProperty()
getYdensity(),
setYdensity(int)Copyright © 2017 MFJ Associates. All rights reserved.