|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.drawing.StiBorderSide
public class StiBorderSide
Field Summary | |
---|---|
StiBorderSides |
side
|
Constructor Summary | |
---|---|
StiBorderSide()
Creates a new instance of the StiBorderSide class. |
|
StiBorderSide(StiColor color,
double size,
StiPenStyle style)
Creates a new instance of the StiBorderSide class. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
equals(java.lang.Object obj)
|
StiColor |
getColor()
Gets or sets a border color. |
double |
getSize()
Gets or sets a border size. |
StiPenStyle |
getStyle()
Gets or sets a border style. |
int |
hashCode()
|
boolean |
isDefault()
Gets value indicates, that this object-frame is by default. |
void |
setColor(StiColor value)
|
void |
setSize(double value)
|
void |
setStyle(StiPenStyle value)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public StiBorderSides side
Constructor Detail |
---|
public StiBorderSide()
public StiBorderSide(StiColor color, double size, StiPenStyle style)
side
- Border sides.color
- Border color.size
- Border size.style
- Border style.Method Detail |
---|
public final java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StiColor getColor()
public void setColor(StiColor value)
public double getSize()
public void setSize(double value)
public StiPenStyle getStyle()
public void setStyle(StiPenStyle value)
public final boolean isDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |