java.lang.Object
org.glavo.png.image.ArgbImageWrapper<T>
- 所有已实现的接口:
ArgbImage
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetImage()intgetWidth()static <T> ArgbImageWrapper<T>of(T image, int width, int height, ArgbImageWrapper.ColorExtractor<T> extractor) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.glavo.png.image.ArgbImage
getArgb, getMetadata, withDefaultMetadata, withMetadata
-
字段详细资料
-
image
-
width
protected final int width -
height
protected final int height
-
-
构造器详细资料
-
ArgbImageWrapper
-
-
方法详细资料
-
getImage
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
of
public static <T> ArgbImageWrapper<T> of(T image, int width, int height, ArgbImageWrapper.ColorExtractor<T> extractor)
-