public class ImageUtilController extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
base64String |
javafx.beans.property.IntegerProperty |
xdensity |
javafx.beans.property.IntegerProperty |
ydensity |
| Constructor and Description |
|---|
ImageUtilController() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.StringProperty |
base64StringProperty() |
String |
getBase64String()
Gets the value of the property base64String.
|
int |
getXdensity()
Gets the value of the property xdensity.
|
int |
getYdensity()
Gets the value of the property ydensity.
|
void |
setBase64String(String aMetadata)
Sets the value of the property base64String.
|
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.StringProperty base64StringProperty
getBase64String(),
setBase64String(String)public final javafx.beans.property.IntegerProperty xdensityProperty
getXdensity(),
setXdensity(int)public final javafx.beans.property.IntegerProperty ydensityProperty
getYdensity(),
setYdensity(int)public final String getBase64String()
public final void setBase64String(String aMetadata)
public final javafx.beans.property.StringProperty base64StringProperty()
getBase64String(),
setBase64String(String)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.