public interface ScreenConfigurationAccessor
Modifier and Type | Method and Description |
---|---|
float |
getDPI(Object obj) |
int |
getHeight(Object obj) |
int |
getMinX(Object obj) |
int |
getMinY(Object obj) |
float |
getRenderScale(Object obj) |
float |
getUIScale(Object obj) |
int |
getVisualHeight(Object obj) |
int |
getVisualMinX(Object obj) |
int |
getVisualMinY(Object obj) |
int |
getVisualWidth(Object obj) |
int |
getWidth(Object obj) |
int getMinX(Object obj)
int getMinY(Object obj)
int getWidth(Object obj)
int getHeight(Object obj)
int getVisualMinX(Object obj)
int getVisualMinY(Object obj)
int getVisualHeight(Object obj)
int getVisualWidth(Object obj)
float getDPI(Object obj)
float getUIScale(Object obj)
float getRenderScale(Object obj)
Copyright © 2020. All rights reserved.