com.stimulsoft.base.drawing
Class StiEmptyBrush
java.lang.Object
com.stimulsoft.base.drawing.StiBrush
com.stimulsoft.base.drawing.StiEmptyBrush
- All Implemented Interfaces:
- IStiInvalidator, IStiSerializable, IStiSerializableToString, java.lang.Cloneable
public class StiEmptyBrush
- extends StiBrush
Class describes Empty Brush.
Constructor Summary |
StiEmptyBrush()
Creates a new instance of the StiEmptyBrush class. |
Method Summary |
void |
deserialize(java.lang.String value)
Десериализация объекта из строки. |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
serialize()
Сериализация объекта в строку. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
StiEmptyBrush
public StiEmptyBrush()
- Creates a new instance of the StiEmptyBrush class.
serialize
public java.lang.String serialize()
- Description copied from interface:
IStiSerializableToString
- Сериализация объекта в строку.
- Returns:
- строковое представление объекта
deserialize
public void deserialize(java.lang.String value)
- Description copied from interface:
IStiSerializableToString
- Десериализация объекта из строки. Все свойства объекта устанавливаются за счет распарсивания
строки.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object