|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StiRectangle in com.stimulsoft.base |
|---|
| Methods in com.stimulsoft.base that return StiRectangle | |
|---|---|
static StiRectangle |
StiJsonReportObjectHelper.Deserialize.RectangleD(JProperty prop)
|
| Methods in com.stimulsoft.base with parameters of type StiRectangle | |
|---|---|
static String |
StiJsonReportObjectHelper.Serialize.rectangleD(StiRectangle rect)
|
| Uses of StiRectangle in com.stimulsoft.base.context.chart |
|---|
| Uses of StiRectangle in com.stimulsoft.base.context.chart.animation |
|---|
| Methods in com.stimulsoft.base.context.chart.animation that return StiRectangle | |
|---|---|
StiRectangle |
StiPieLabelAnimation.getClientRect()
|
StiRectangle |
StiLabelAnimation.getLabelRect()
|
StiRectangle |
StiPieSegmentAnimation.getRectFrom()
|
StiRectangle |
StiColumnAnimation.getRectFrom()
|
StiRectangle |
StiPieLabelAnimation.getRectLabel()
|
StiRectangle |
StiPieLabelAnimation.getRectLabelFrom()
|
| Methods in com.stimulsoft.base.context.chart.animation with parameters of type StiRectangle | |
|---|---|
void |
StiPieLabelAnimation.setClientRect(StiRectangle clientRect)
|
void |
StiLabelAnimation.setLabelRect(StiRectangle labelRect)
|
void |
StiPieSegmentAnimation.setRectFrom(StiRectangle rectFrom)
|
void |
StiColumnAnimation.setRectFrom(StiRectangle rectFrom)
|
void |
StiPieLabelAnimation.setRectLabel(StiRectangle rectLabel)
|
void |
StiPieLabelAnimation.setRectLabelFrom(StiRectangle rectLabelFrom)
|
| Constructors in com.stimulsoft.base.context.chart.animation with parameters of type StiRectangle | |
|---|---|
StiColumnAnimation(Double valueFrom,
StiRectangle rectFrom,
Integer duration,
Integer beginTime)
|
|
StiPieLabelAnimation(Double valueFrom,
Double value,
double angleFrom,
double angle,
StiRectangle clientRect,
StiRectangle rectLabelFrom,
StiRectangle rectLabel,
Integer duration,
Integer beginTime)
|
|
StiPieSegmentAnimation(StiRectangle rectFrom,
float startAngleFrom,
float sweepAngleFrom,
Integer duration,
Integer beginTime)
|
|
| Uses of StiRectangle in com.stimulsoft.base.context.chart.geoms |
|---|
| Methods in com.stimulsoft.base.context.chart.geoms that return StiRectangle | |
|---|---|
StiRectangle |
StiPushClipGeom.getClipRectangle()
|
StiRectangle |
StiShadowGeom.getRect()
|
StiRectangle |
StiPieSegmentGeom.getRect()
|
StiRectangle |
StiEllipseGeom.getRect()
|
StiRectangle |
StiCachedShadowGeom.getRect()
|
StiRectangle |
StiArcSegmentGeom.getRect()
|
| Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiRectangle | |
|---|---|
static JSONObject |
StiGeom.SaveRectangleDToJsonObject(StiRectangle rect)
|
static JSONObject |
StiGeom.SaveRectangleFToJsonObject(StiRectangle rect)
|
static JSONObject |
StiGeom.SaveRectangleToJsonObject(StiRectangle rect)
|
void |
StiPushClipGeom.setClipRectangle(StiRectangle clipRectangle)
|
void |
StiShadowGeom.setRect(StiRectangle rect)
|
void |
StiPieSegmentGeom.setRect(StiRectangle rect)
|
void |
StiEllipseGeom.setRect(StiRectangle rect)
|
void |
StiCachedShadowGeom.setRect(StiRectangle rect)
|
void |
StiArcSegmentGeom.setRect(StiRectangle rect)
|
| Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiRectangle | |
|---|---|
StiArcSegmentGeom(StiRectangle rect,
double startAngle,
double sweepAngle)
|
|
StiArcSegmentGeom(StiRectangle rect,
float startAngle,
float sweepAngle)
|
|
StiCachedShadowGeom(StiRectangle rect,
StiEnumSet<StiShadowSides> sidesSet,
boolean isPrinting)
|
|
StiCachedShadowGeom(StiRectangle rect,
StiShadowSides sidesEnum,
boolean isPrinting)
|
|
StiEllipseGeom(Object background,
StiPenGeom borderPen,
StiRectangle rect)
|
|
StiPieSegmentGeom(StiRectangle rect,
double startAngle,
double sweepAngle,
StiAnimation animation)
|
|
StiPieSegmentGeom(StiRectangle rect,
float startAngle,
float sweepAngle,
StiAnimation animation)
|
|
StiPushClipGeom(StiRectangle clipRectangle)
|
|
StiShadowGeom(StiContext shadowContext,
StiRectangle rect,
double radius)
|
|
| Uses of StiRectangle in com.stimulsoft.base.context.chart.geoms.animaton |
|---|
| Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiRectangle | |
|---|---|
StiRectangle |
StiShadowAnimationGeom.getRect()
|
StiRectangle |
StiLabelAnimationGeom.getRectangle()
|
| Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiRectangle | |
|---|---|
void |
StiShadowAnimationGeom.setRect(StiRectangle rect)
|
void |
StiLabelAnimationGeom.setRectangle(StiRectangle rectangle)
|
| Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiRectangle | |
|---|---|
StiLabelAnimationGeom(String text,
StiFontGeom font,
Object textBrush,
Object LabelBrush,
StiPenGeom penBorder,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode rotationMode,
float angle,
boolean drawBorder,
StiAnimation animation)
|
|
StiShadowAnimationGeom(StiRectangle rect,
double radiusX,
double radiusY,
int shadowWidth,
StiAnimation animation)
|
|
StiShadowAnimationGeom(StiRectangle rect,
int shadowWidth,
StiAnimation animation)
|
|
| Uses of StiRectangle in com.stimulsoft.base.drawing |
|---|
| Methods in com.stimulsoft.base.drawing that return StiRectangle | |
|---|---|
StiRectangle |
StiGraphics.drawAttributedString(String allText,
Font awtFont,
StiRectangle rect,
Boolean underline,
Boolean wordWrap,
StiTextHorAlignment horAlignment,
Boolean draw,
List<StiLineInfo> lines,
Boolean useRightToLeft)
Draw attribute string |
StiRectangle |
StiGraphics.drawPath(List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
Boolean transformCoord,
double zoom,
double pageZoom)
Draw path sotred in List StiPathCommand |
StiRectangle |
StiGraphics.drawPath(List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
Boolean transformCoord,
double zoom,
double pageZoom,
boolean draw)
Draw path sotred in List StiPathCommand |
StiRectangle |
StiGlassBrush.getBottomRectangle(StiRectangle rect)
|
StiRectangle |
StiGradientBrush.getRectangle()
|
StiRectangle |
StiGlareBrush.getRectangle()
|
StiRectangle |
StiGlassBrush.getTopRectangle(StiRectangle rect)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom)
|
StiRectangle |
StiGraphics.transformRect(StiRectangle rect)
Transform StiRectangle |
StiRectangle |
StiGraphics.transformRect(StiRectangle rect,
Double ox,
Double oy)
Transform StiRectangle with offsets |
StiRectangle |
StiGraphics.transformRectRound(StiRectangle rect)
Transform StiRectangle with stored offsets & round with stored digits after point |
StiRectangle |
StiGraphics.transformRectRound(StiRectangle rect,
Double ox,
Double oy,
Integer digits)
Transform StiRectangle & round it with digits after point |
| Methods in com.stimulsoft.base.drawing with parameters of type StiRectangle | |
|---|---|
Stroke |
StiGraphics.beginFill(StiBrush brush,
StiPen pen,
StiRectangle rect,
Double zoom)
Set fill format |
void |
StiBorder.draw(StiGraphics g,
StiRectangle rect,
double zoom,
StiColor emptyColor,
StiHighlightState highlightState,
Boolean isPrinting,
Boolean isThumbPaint,
double pageZoom)
Draws this border on the indicated Graphics. |
StiRectangle |
StiGraphics.drawAttributedString(String allText,
Font awtFont,
StiRectangle rect,
Boolean underline,
Boolean wordWrap,
StiTextHorAlignment horAlignment,
Boolean draw,
List<StiLineInfo> lines,
Boolean useRightToLeft)
Draw attribute string |
static void |
StiShadow.drawBottomShadow(Graphics2D g,
StiRectangle rect)
|
static void |
StiShadow.drawCachedShadow(StiGraphics g,
StiRectangle rect,
StiEnumSet<StiShadowSides> sides)
|
static void |
StiShadow.drawCachedShadow(StiGraphics g,
StiRectangle sRect,
StiEnumSet<StiShadowSides> sides,
boolean isSimple)
|
static void |
StiShadow.drawEdgeShadow(Graphics2D g,
StiRectangle rect)
|
void |
StiGraphics.drawEllise(StiRectangle rect,
StiPen pen,
StiBrush brush,
Double zoom,
Double pageZoom)
Draw ellipse |
void |
StiGraphics.drawElliseBegin(StiRectangle rect,
StiPen pen,
StiBrush brush,
Double zoom)
Begin draw ellipse |
void |
StiGraphics.drawElliseEnd(StiRectangle rect)
End draw ellipse |
void |
StiGraphics.drawHTMLText(String text,
StiRectangle rect,
StiFont font,
StiColor color,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
Boolean wordWrap,
StiPenStyle linesOfUnderline,
StiBorder border,
StiTextOptions textOptions,
Double zoom)
Draw HTML text |
void |
StiGraphics.drawImage(BufferedImage image,
StiRectangle rect,
Boolean stretch,
Boolean smooth,
Boolean scaleBitmap,
Double zoom)
Draw BufferedImage with alpha value 1 |
void |
StiGraphics.drawImage(BufferedImage image,
StiRectangle rect,
Boolean stretch,
Boolean smooth,
Boolean scaleBitmap,
float alpha,
Double zoom)
Draw BufferedImage |
void |
StiGraphics.drawImage(BufferedImage image,
StiRectangle rect,
Boolean stretch,
Boolean smooth,
double zoom)
Draw BufferedImage with scaling alpha value 1 |
static void |
StiShadow.drawLeftShadow(Graphics2D g,
StiRectangle rect)
|
void |
StiGraphics.drawRectangle(StiRectangle rect,
StiPen pen,
StiBrush brush,
Double zoom,
Double pageZoom)
Draw rectangle |
void |
StiGraphics.drawRectangle(StiRectangle rect,
StiPen pen,
StiBrush brush,
Double cornerRadius,
Double zoom,
Double pageZoom)
Draw rounded rectangle |
static void |
StiShadow.drawRightShadow(Graphics2D g,
StiRectangle rect)
|
void |
StiGraphics.drawRTFText(String text,
StiRectangle rect,
Double zoom)
Draw RFT text |
static void |
StiShadow.drawShadow(Graphics2D g,
StiRectangle rect)
|
void |
StiShadowGraphics.drawShadow(StiGraphics g,
StiRectangle rect,
double shadowSize,
double zoom)
|
void |
StiShadowGraphics.drawShadow(StiGraphics g,
StiRectangle rect,
int shadowSize,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
void |
StiGraphics.drawText(String text,
StiRectangle rect,
StiFont font,
StiBrush brush,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
Boolean wordWrap,
Double zoom,
StiPenStyle linesOfUnderline,
StiBorder border,
StiTextOptions textOptions)
Draw text |
static void |
StiShadow.drawTopShadow(Graphics2D g,
StiRectangle rect)
|
StiRectangle |
StiGlassBrush.getBottomRectangle(StiRectangle rect)
|
static StiBrush |
StiBrush.getBrush(StiBrush brush,
StiRectangle rect1)
Returns the gdi brush from the report brush. |
StiRectangle |
StiGlassBrush.getTopRectangle(StiRectangle rect)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom)
|
static boolean |
StiActionUtils.pointInRect(double x,
double y,
StiRectangle rect)
Checks does the point fit into the position. |
void |
StiGraphics.setClip(StiRectangle rect)
Set clip & fit it in old(stored in stack) clip |
void |
StiGraphics.setFixedClip(StiRectangle rect)
Set clip without fiting to old(stored in stack) clip |
Stroke |
StiGraphics.setLineStyle(StiPen pen,
StiRectangle rect,
double zoom)
Set line style |
void |
StiGradientBrush.setRectangle(StiRectangle rectangle)
|
void |
StiGlareBrush.setRectangle(StiRectangle rectangle)
|
void |
StiGraphics.setTransformedClip(StiRectangle rect)
Set clip (push it to stack) with trasnform it with offsets & fit clip in older(stored) clip |
StiRectangle |
StiGraphics.transformRect(StiRectangle rect)
Transform StiRectangle |
StiRectangle |
StiGraphics.transformRect(StiRectangle rect,
Double ox,
Double oy)
Transform StiRectangle with offsets |
StiRectangle |
StiGraphics.transformRectRound(StiRectangle rect)
Transform StiRectangle with stored offsets & round with stored digits after point |
StiRectangle |
StiGraphics.transformRectRound(StiRectangle rect,
Double ox,
Double oy,
Integer digits)
Transform StiRectangle & round it with digits after point |
| Constructors in com.stimulsoft.base.drawing with parameters of type StiRectangle | |
|---|---|
StiShadowGraphics(StiRectangle rect)
|
|
| Uses of StiRectangle in com.stimulsoft.base.drawing.path |
|---|
| Methods in com.stimulsoft.base.drawing.path with parameters of type StiRectangle | |
|---|---|
static List<StiPathCommand> |
StiPathCommand.createCircle(StiRectangle rect,
List<StiPathCommand> path)
Return List of curve commands that represent circle |
| Constructors in com.stimulsoft.base.drawing.path with parameters of type StiRectangle | |
|---|---|
StiPathArc(StiRectangle rect,
double start,
double extent)
|
|
StiPathPie(StiRectangle rect,
double start,
double extent)
|
|
| Uses of StiRectangle in com.stimulsoft.base.serializing.utils |
|---|
| Methods in com.stimulsoft.base.serializing.utils that return StiRectangle | |
|---|---|
static StiRectangle |
StiSerializTypeConverter.deserializeStringToRectangle(String strValue)
|
| Uses of StiRectangle in com.stimulsoft.base.system.geometry |
|---|
| Methods in com.stimulsoft.base.system.geometry that return StiRectangle | |
|---|---|
static StiRectangle |
StiRectangle.alignSizeInRect(StiRectangle rect,
StiSize size,
StiContentAlignment alignment)
Align rectangle to fit in rect |
StiRectangle |
StiRectangle.AlignToGrid(double gridSize,
boolean aligningToGrid)
Align the rectangle to grid. |
StiRectangle |
StiRectangle.clone()
Clone current StiRectangle |
StiRectangle |
StiRectangle.deserializeString(String strObject)
|
static StiRectangle |
StiRectangle.empty()
|
StiRectangle |
StiRectangle.FitToRectangle(StiRectangle rectangle)
Fit rectangle to rectangle. |
static StiRectangle |
StiRectangle.getEmpty()
|
StiRectangle |
StiRectangle.getNormalize()
|
StiRectangle |
StiRectangle.inflate(Double width,
Double height)
Inflate current StiRectangle |
StiRectangle |
StiRectangle.inflate(int width,
int height)
Inflate current StiRectangle |
StiRectangle |
StiRectangle.move(Double deltaX,
Double deltaY)
Move rectangle by delta values |
StiRectangle |
StiRectangle.Multiply(double multipleFactor)
|
StiRectangle |
StiRectangle.normalize()
Normalize StiRectangle |
StiRectangle |
StiRectangle.OffsetRect(StiRectangle offsettingRectangle)
Changes the sizes of the rectangle. |
StiRectangle |
StiRectangle.round(double digits)
Round double x,y,width,height values to digits after point |
StiRectangle |
StiRectangle.round(Double digits,
Boolean smartRound)
Round double x,y,width,height values to digits after point with smart reound |
static StiRectangle |
StiRectangle.round(StiRectangle labelRect)
|
static StiRectangle |
StiRectangle.union(StiRectangle a,
StiRectangle b)
|
StiRectangle |
StiRectangle.zoom(Double zoom)
Zoom StiRectangle |
| Methods in com.stimulsoft.base.system.geometry with parameters of type StiRectangle | |
|---|---|
static StiRectangle |
StiRectangle.alignSizeInRect(StiRectangle rect,
StiSize size,
StiContentAlignment alignment)
Align rectangle to fit in rect |
StiRectangle |
StiRectangle.FitToRectangle(StiRectangle rectangle)
Fit rectangle to rectangle. |
Boolean |
StiRectangle.intersectsWith(StiRectangle rect)
Is this StiRectangle intersects with other rectangle |
boolean |
StiRectangle.IntersectsWith(StiRectangle rect)
|
StiRectangle |
StiRectangle.OffsetRect(StiRectangle offsettingRectangle)
Changes the sizes of the rectangle. |
static StiRectangle |
StiRectangle.round(StiRectangle labelRect)
|
static StiRectangle |
StiRectangle.union(StiRectangle a,
StiRectangle b)
|
| Constructors in com.stimulsoft.base.system.geometry with parameters of type StiRectangle | |
|---|---|
StiRectangle(StiRectangle rectangleD)
Constructor, create StiRectangle form StiRectangle |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||