public interface AppImage
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight() |
double |
getWidth() |
AppImagePeer |
peer() |
AppImage |
scale(float widthFactor,
float heightFactor) |
AppImage |
scaleBase(float widthFactor,
float heightFactor) |
AppImage |
scaleTo(double width,
double height) |
double getHeight()
double getWidth()
AppImage scaleTo(double width, double height)
AppImage scaleBase(float widthFactor, float heightFactor)
AppImage scale(float widthFactor, float heightFactor)
AppImagePeer peer()
Copyright © 2021 vpc open source initiative. All rights reserved.