public class Icon extends Object
| Constructor and Description |
|---|
Icon(String path,
String strokeColor,
String fillColor,
int fillOpacity,
int repeat) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFillColor() |
int |
getFillOpacity() |
protected String |
getJson() |
String |
getPath() |
int |
getRepeat() |
String |
getStrokeColor() |
void |
setFillColor(String fillColor) |
void |
setFillOpacity(int fillOpacity) |
void |
setPath(String path) |
void |
setRepeat(int repeat) |
void |
setStrokeColor(String strokeColor) |
public String getPath()
public void setPath(String path)
public String getStrokeColor()
public void setStrokeColor(String strokeColor)
public String getFillColor()
public void setFillColor(String fillColor)
public int getFillOpacity()
public void setFillOpacity(int fillOpacity)
public int getRepeat()
public void setRepeat(int repeat)
protected String getJson()
Copyright © 2020 Flowing Code. All rights reserved.