| Package | Description |
|---|---|
| com.stimulsoft.base.context.chart.geoms | |
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.drawing.enums |
| Modifier and Type | Method and Description |
|---|---|
StiPenStyle |
StiPenGeom.getPenStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiPenGeom.setPenStyle(StiPenStyle penStyle) |
| Modifier and Type | Method and Description |
|---|---|
StiPenStyle |
StiPen.getDashStyle() |
StiPenStyle |
StiBorderSide.getStyle()
Gets or sets a border style.
|
StiPenStyle |
StiBorder.getStyle()
Gets or sets a border style.
|
StiPenStyle |
StiAdvancedBorder.getStyle()
Gets or sets a border style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiGraphics.drawHTMLText(java.lang.String text,
StiRectangle rect,
StiFont font,
StiColor color,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
java.lang.Boolean wordWrap,
StiPenStyle linesOfUnderline,
StiBorder border,
StiTextOptions textOptions,
double lineSpacing,
java.lang.Double zoom)
Draw HTML text
|
void |
StiGraphics.drawText(java.lang.String text,
StiRectangle rect,
StiFont font,
StiBrush brush,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
java.lang.Boolean wordWrap,
java.lang.Double zoom,
StiPenStyle linesOfUnderline,
StiBorder border,
StiTextOptions textOptions)
Draw text
|
static boolean |
StiBorder.isDefault(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
boolean topmost) |
void |
StiPen.setDashStyle(StiPenStyle dashStyle) |
void |
StiBorderSide.setStyle(StiPenStyle value) |
void |
StiBorder.setStyle(StiPenStyle value) |
void |
StiAdvancedBorder.setStyle(StiPenStyle value) |
| Constructor and Description |
|---|
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.
|
StiBorder(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style)
Creates a new instance of the StiBorder class.
|
StiBorder(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
java.lang.Boolean topmost)
Creates a new instance of the StiBorder class.
|
StiBorder(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush) |
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style) |
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush)
Creates a new instance of the StiBorder class.
|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush,
boolean topmost)
Creates a new instance of the StiBorder class.
|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
int size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush) |
StiBorderSide(StiColor color,
double size,
StiPenStyle style)
Creates a new instance of the StiBorderSide class.
|
StiPen(double width,
StiColor color,
StiPenStyle dashStyle)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static StiPenStyle |
StiPenStyle.forValue(int value) |
static StiPenStyle |
StiPenStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPenStyle[] |
StiPenStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.