| Package | Description |
|---|---|
| com.stimulsoft.base | |
| com.stimulsoft.base.context.chart | |
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.enums | |
| com.stimulsoft.base.system | |
| com.stimulsoft.base.system.geometry |
| Modifier and Type | Method and Description |
|---|---|
static StiSize |
StiJsonReportObjectHelper.Deserialize.SizeD(JProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
static JSONObject |
StiJsonReportObjectHelper.Serialize.size(StiSize size) |
static java.lang.String |
StiJsonReportObjectHelper.Serialize.sizeD(StiSize size) |
| Modifier and Type | Method and Description |
|---|---|
StiSize |
IStiContextPainter.measureString(java.lang.String text,
StiFontGeom font) |
StiSize |
StiContext.MeasureString(java.lang.String text,
StiFontGeom font) |
StiSize |
IStiContextPainter.measureString(java.lang.String text,
StiFontGeom font,
int width,
StiStringFormatGeom sf) |
StiSize |
StiContext.MeasureString(java.lang.String text,
StiFontGeom font,
int width,
StiStringFormatGeom sf) |
| Modifier and Type | Method and Description |
|---|---|
static StiSize |
StiTextUtil.measureString(double maxWidth,
StiFont font,
java.lang.String text,
float angle) |
static StiSize |
StiTextUtil.measureString(double maxWidth,
StiFont stiFont,
java.lang.String text,
float angle,
boolean wordWrap) |
static StiSize |
StiTextUtil.measureString(StiFont font,
java.lang.String text) |
static StiSize |
StiTextUtil.measureString(StiFont font,
java.lang.String text,
float angle) |
| Modifier and Type | Method and Description |
|---|---|
static StiRectangle |
StiRectangleUtils.alignSizeInRect(StiRectangle rect,
StiSize size,
StiContentAlignment alignment) |
| Modifier and Type | Method and Description |
|---|---|
StiSize |
StiPaperKind.getSize() |
| Modifier and Type | Field and Description |
|---|---|
static StiSize |
StiSize.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static StiSize |
StiSize.getEmpty() |
StiSize |
StiSize.getStiSize() |
StiSize |
StiSize.round()
Round
StiSize. |
StiSize |
StiSize.round(double digits)
Round
StiSize to digits after point. |
| Modifier and Type | Method and Description |
|---|---|
StiSize |
StiRectangle.getSize() |
| Modifier and Type | Method and Description |
|---|---|
static StiRectangle |
StiRectangle.alignSizeInRect(StiRectangle rect,
StiSize size,
StiContentAlignment alignment)
Align rectangle to fit in rect
|
void |
StiRectangle.setSize(StiSize value) |
| Constructor and Description |
|---|
StiRectangle(StiPoint location,
StiSize size)
Initializes a new instance of the RectangleD class with the specified location and size.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.