public class IconSetConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static IconSetConfig |
DEFAULT |
| Constructor and Description |
|---|
IconSetConfig() |
IconSetConfig(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 IconSetConfig |
of(int size) |
IconSetConfig |
setHeight(int height) |
IconSetConfig |
setSize(int size) |
IconSetConfig |
setTransform(IconTransform transform) |
IconSetConfig |
setWidth(int width) |
String |
toString() |
public static final IconSetConfig DEFAULT
public IconSetConfig()
public IconSetConfig(int width,
int height,
IconTransform transform)
public static IconSetConfig of(int size)
public IconSetConfig setTransform(IconTransform transform)
public IconSetConfig setSize(int size)
public IconSetConfig setWidth(int width)
public IconSetConfig setHeight(int height)
public int getWidth()
public int getHeight()
public IconTransform getTransform()
Copyright © 2021 vpc open source initiative. All rights reserved.