| Constructor and Description |
|---|
Image(AppImagePeer peer,
Application app) |
Image(double width,
double height,
AppColor color,
Application app) |
Image(InputStream source,
Application app) |
Image(URL url,
Application app) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight() |
double |
getWidth() |
static Image |
of(URL resource,
Application app) |
AppImagePeer |
peer() |
AppImage |
scale(float widthFactor,
float heightFactor) |
AppImage |
scaleBase(float widthFactor,
float heightFactor) |
AppImage |
scaleTo(double width,
double height) |
public Image(URL url, Application app)
public Image(double width,
double height,
AppColor color,
Application app)
public Image(InputStream source, Application app)
public Image(AppImagePeer peer, Application app)
public static Image of(URL resource, Application app)
public AppImage scaleTo(double width, double height)
public AppImage scaleBase(float widthFactor, float heightFactor)
public AppImage scale(float widthFactor, float heightFactor)
public AppImagePeer peer()
Copyright © 2021 vpc open source initiative. All rights reserved.