com.stimulsoft.base.drawing
Class StiBorderSide

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiBorderSide
All Implemented Interfaces:
java.lang.Cloneable

public class StiBorderSide
extends java.lang.Object
implements java.lang.Cloneable


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

side

public StiBorderSides side
Constructor Detail

StiBorderSide

public StiBorderSide()
Creates a new instance of the StiBorderSide class.


StiBorderSide

public StiBorderSide(StiColor color,
                     double size,
                     StiPenStyle style)
Creates a new instance of the StiBorderSide class.

Parameters:
side - Border sides.
color - Border color.
size - Border size.
style - Border style.
Method Detail

clone

public final java.lang.Object clone()
Creates a new object that is a copy of the current instance.

Overrides:
clone in class java.lang.Object
Returns:
A new object that is a copy of this instance.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getColor

public StiColor getColor()
Gets or sets a border color.


setColor

public void setColor(StiColor value)

getSize

public double getSize()
Gets or sets a border size.


setSize

public void setSize(double value)

getStyle

public StiPenStyle getStyle()
Gets or sets a border style.


setStyle

public void setStyle(StiPenStyle value)

isDefault

public final boolean isDefault()
Gets value indicates, that this object-frame is by default.