Package com.stimulsoft.base.drawing
Class StiBorderSide
java.lang.Object
com.stimulsoft.base.drawing.StiBorderSide
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of the StiBorderSide class.StiBorderSide(StiColor color, double size, StiPenStyle style) Creates a new instance of the StiBorderSide class. -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()Creates a new object that is a copy of the current instance.booleangetColor()Gets or sets a border color.doublegetSize()Gets or sets a border size.floatgetStyle()Gets or sets a border style.inthashCode()final booleanGets value indicates, that this object-frame is by default.voidvoidsetSize(double value) voidsetStyle(StiPenStyle value) toString()
-
Field Details
-
side
-
-
Constructor Details
-
StiBorderSide
public StiBorderSide()Creates a new instance of the StiBorderSide class. -
StiBorderSide
Creates a new instance of the StiBorderSide class.- Parameters:
color- Border color.size- Border size.style- Border style.side- Border sides.
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
equals
-
toString
-
hashCode
public int hashCode() -
getColor
Gets or sets a border color. -
setColor
-
getSizeOffset
public float getSizeOffset() -
getSize
public double getSize()Gets or sets a border size. -
setSize
public void setSize(double value) -
getStyle
Gets or sets a border style. -
setStyle
-
isDefault
public final boolean isDefault()Gets value indicates, that this object-frame is by default.
-