public class IconConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static IconConfig |
DEFAULT |
| Constructor and Description |
|---|
IconConfig() |
IconConfig(int size) |
IconConfig(int width,
int height) |
IconConfig(int width,
int height,
IconTransform transform) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getHeight() |
IconTransform |
getTransform() |
int |
getWidth() |
int |
hashCode() |
static IconConfig |
of(int size) |
IconConfig |
setHeight(int height) |
IconConfig |
setSize(int size) |
IconConfig |
setTransform(IconTransform transform) |
IconConfig |
setWidth(int width) |
String |
toString() |
public static final IconConfig DEFAULT
public IconConfig()
public IconConfig(int size)
public IconConfig(int width,
int height)
public IconConfig(int width,
int height,
IconTransform transform)
public static IconConfig of(int size)
public IconConfig setTransform(IconTransform transform)
public IconConfig setSize(int size)
public IconConfig setWidth(int width)
public IconConfig setHeight(int height)
public int getWidth()
public int getHeight()
public IconTransform getTransform()
Copyright © 2021 vpc open source initiative. All rights reserved.