类 AwtMixerService
java.lang.Object
pkg.exoad.poprock.core.AwtMixerService
AwtMixerService - A utility class designed to convert from common AWT Utility
classes to Poprock versions. For example, instead of having to import
Dimension
, you can easily just use Poprock's core
Size
when importing
pkg.exoad.poprock.core
- 作者:
- Jack Meng
-
构造器概要
-
方法概要
修饰符和类型方法说明static Size
Converts from an AWT Dimension class to a Poprock Size class.static Offset
convertPointClass
(Point point) Converts from an AWT Point class to a Poprock Offset class which is basically the same thing.
-
构造器详细资料
-
AwtMixerService
private AwtMixerService()
-
-
方法详细资料
-
convertPointClass
Converts from an AWT Point class to a Poprock Offset class which is basically the same thing. -
convertDimensionClass
Converts from an AWT Dimension class to a Poprock Size class.
-