public class StiAdvancedBorder extends StiBorder
| Constructor and Description |
|---|
StiAdvancedBorder()
Creates a new instance of the StiAdvancedBorder class.
|
StiAdvancedBorder(StiBorderSide topSide,
StiBorderSide bottomSide,
StiBorderSide leftSide,
StiBorderSide rightSide,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush)
Creates a new instance of the StiAdvancedBorder class.
|
StiAdvancedBorder(StiBorderSide topSide,
StiBorderSide bottomSide,
StiBorderSide leftSide,
StiBorderSide rightSide,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush,
boolean topmost)
Creates a new instance of the StiAdvancedBorder class.
|
StiAdvancedBorder(StiColor topSideColor,
double topSideSize,
StiPenStyle topSideStyle,
StiColor bottomSideColor,
double bottomSideSize,
StiPenStyle bottomSideStyle,
StiColor leftSideColor,
double leftSideSize,
StiPenStyle leftSideStyle,
StiColor rightSideColor,
double rightSideSize,
StiPenStyle rightSideStyle,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush)
Creates a new instance of the StiAdvancedBorder class.
|
StiAdvancedBorder(StiColor topSideColor,
double topSideSize,
StiPenStyle topSideStyle,
StiColor bottomSideColor,
double bottomSideSize,
StiPenStyle bottomSideStyle,
StiColor leftSideColor,
double leftSideSize,
StiPenStyle leftSideStyle,
StiColor rightSideColor,
double rightSideSize,
StiPenStyle rightSideStyle,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush,
boolean topmost)
Creates a new instance of the StiAdvancedBorder class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
void |
deserialize(java.lang.String strObject)
Десериализация объекта из строки.
|
boolean |
equals(java.lang.Object obj) |
StiBorderSide |
getBottomSide()
Gets or sets frame of bottom side.
|
StiColor |
getColor()
Gets or sets a border color.
|
StiBorderSide |
getLeftSide()
Gets or sets frame of left side.
|
StiBorderSide |
getRightSide()
Gets or sets frame of right side.
|
StiEnumSet<StiBorderSides> |
getSide()
Gets or sets frame borders.
|
double |
getSize()
Gets or sets a border size.
|
StiPenStyle |
getStyle()
Gets or sets a border style.
|
StiBorderSide |
getTopSide()
Gets or sets frame of top side.
|
int |
hashCode() |
boolean |
isAllBorderSidesPresent()
Gets value which indicates that all sides of border is present.
|
boolean |
isBottomBorderSidePresent()
Gets value which indicates that bottom side of border is present.
|
boolean |
isDefault()
Gets value indicates, that this object-frame is by default.
|
boolean |
isLeftBorderSidePresent()
Gets value which indicates that left side of border is present.
|
boolean |
isRightBorderSidePresent()
Gets value which indicates that right side of border is present.
|
boolean |
isTopBorderSidePresent()
Gets value which indicates that top side of border is present.
|
java.lang.String |
serialize()
Сериализация объекта в строку.
|
void |
setColor(StiColor value) |
void |
setSide(StiBorderSides value) |
void |
setSize(double value) |
void |
setStyle(StiPenStyle value) |
draw, getDropShadow, getShadowBrush, getShadowSize, getSizeOffset, getTopmost, isDefault, LoadFromJson, setDropShadow, setShadowBrush, setShadowSize, setSide, setTopmostpublic StiAdvancedBorder()
public StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
public StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
public StiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
topSide - Top side of border.bottomSide - Bottom side of border.leftSide - Left side of border.rightSide - Right side of border.dropShadow - Drop shadow or not.shadowSize - Shadow siz.shadowBrush - Brush for drawing shadow of border.public StiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
topSide - Top side of border.bottomSide - Bottom side of border.leftSide - Left side of border.rightSide - Right side of border.dropShadow - Drop shadow or not.shadowSize - Shadow siz.shadowBrush - Brush for drawing shadow of border.topmost - Value which indicates that border sides will be drawn on top of all components.public java.lang.Object clone()
public StiBorderSide getLeftSide()
public StiBorderSide getRightSide()
public StiBorderSide getTopSide()
public StiBorderSide getBottomSide()
public boolean isTopBorderSidePresent()
isTopBorderSidePresent in class StiBorderpublic boolean isBottomBorderSidePresent()
isBottomBorderSidePresent in class StiBorderpublic boolean isLeftBorderSidePresent()
isLeftBorderSidePresent in class StiBorderpublic boolean isRightBorderSidePresent()
isRightBorderSidePresent in class StiBorderpublic boolean isAllBorderSidesPresent()
isAllBorderSidesPresent in class StiBorderpublic StiEnumSet<StiBorderSides> getSide()
public void setSide(StiBorderSides value)
public StiColor getColor()
public double getSize()
public StiPenStyle getStyle()
public void setStyle(StiPenStyle value)
public boolean isDefault()
isDefault in interface IStiDefaultisDefault in class StiBorderpublic java.lang.String serialize()
IStiSerializableToStringserialize in interface IStiSerializableToStringserialize in class StiBorderpublic void deserialize(java.lang.String strObject)
IStiSerializableToStringdeserialize in interface IStiSerializableToStringdeserialize in class StiBorderCopyright © 2020 Stimulsoft. All Rights Reserved.