|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.drawing.StiBrush
com.stimulsoft.base.drawing.StiSolidBrush
public class StiSolidBrush
Class describes SolidBrush.
Field Summary | |
---|---|
static StiSolidBrush |
TRANSPARENT
|
Constructor Summary | |
---|---|
StiSolidBrush()
Creates a new instance of the StiSolidBrush class. |
|
StiSolidBrush(StiColor color)
Creates a new instance of the StiSolidBrush class. |
|
StiSolidBrush(StiColorEnum color)
|
Method Summary | |
---|---|
void |
deserialize(java.lang.String value)
Десериализация объекта из строки. |
boolean |
equals(java.lang.Object obj)
|
StiColor |
getColor()
Gets or sets the color of this StiSolidBrush object. |
int |
hashCode()
|
void |
LoadValuesFromJson(JSONObject jObject)
|
java.lang.String |
serialize()
Сериализация объекта в строку. |
void |
setColor(StiColor value)
|
Methods inherited from class com.stimulsoft.base.drawing.StiBrush |
---|
clone, dispose, getBrush, getInvalidator, getReference, invalidate, LoadFromJson, setInvalidator, setReference, ToColor |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StiSolidBrush TRANSPARENT
Constructor Detail |
---|
public StiSolidBrush()
public StiSolidBrush(StiColor color)
color
- The color of this StiSolidBrush object.public StiSolidBrush(StiColorEnum color)
Method Detail |
---|
public final StiColor getColor()
public final void setColor(StiColor value)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String serialize()
IStiSerializableToString
public void deserialize(java.lang.String value)
IStiSerializableToString
public void LoadValuesFromJson(JSONObject jObject) throws JSONException
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |