|
||||||||||
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 java.lang.String |
StiJsonReportObjectHelper.Serialize.rectangleD(StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.base.context.chart |
---|
Methods in com.stimulsoft.base.context.chart that return StiRectangle | |
---|---|
StiRectangle |
IStiContextPainter.getPathBounds(java.util.List<StiSegmentGeom> geoms)
|
StiRectangle |
StiContext.GetPathBounds(java.util.List<StiSegmentGeom> geoms)
|
StiRectangle |
IStiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
StiRectangle |
IStiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle,
int maximalWidth,
boolean wordWrap)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle,
float maximalWidth)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle,
int maximalWidth,
boolean wordWrap)
|
StiRectangle |
IStiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
double angle)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
float angle)
|
StiRectangle |
IStiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
Methods in com.stimulsoft.base.context.chart with parameters of type StiRectangle | |
---|---|
void |
StiContext.DrawAnimationLabel(java.lang.String text,
StiFontGeom font,
java.lang.Object textBrush,
java.lang.Object labelBrush,
StiPenGeom penBorder,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle,
java.lang.Boolean drawBorder,
StiAnimation animation)
|
void |
StiContext.DrawAnimationRectangle(java.lang.Object brush,
StiPenGeom pen,
StiRectangle rect,
StiAnimation animation,
StiInteractionDataGeom interaction,
java.lang.String tooltip)
|
void |
StiContext.drawCachedShadow(StiRectangle rect,
StiEnumSet<StiShadowSides> sides,
boolean isPrinting)
|
void |
StiContext.DrawEllipse(StiPenGeom pen,
StiRectangle rect)
|
void |
StiContext.DrawRectangle(StiPenGeom pen,
StiRectangle rect)
|
StiTextGeom |
StiContext.DrawRotatedString(java.lang.String text,
StiFontGeom font,
java.lang.Object brush,
StiRectangle rect,
StiStringFormatGeom sf,
float angle,
boolean antialiasing)
|
StiTextGeom |
StiContext.DrawRotatedString(java.lang.String text,
StiFontGeom font,
java.lang.Object brush,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle,
boolean antialiasing)
|
StiTextGeom |
StiContext.DrawRotatedString(java.lang.String text,
StiFontGeom font,
java.lang.Object brush,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle,
boolean antialiasing,
int maximalWidth)
|
void |
StiContext.DrawShadow(StiContext sg,
StiRectangle rect,
double radius)
|
void |
StiContext.DrawShadowRect(StiRectangle rect,
double radiusX,
double radiusY,
int shadowWidth,
StiAnimation animation)
|
void |
StiContext.DrawShadowRect(StiRectangle rect,
int shadowWidth,
StiAnimation animation)
|
StiTextGeom |
StiContext.DrawString(java.lang.String text,
StiFontGeom font,
java.lang.Object brush,
StiRectangle rect,
StiStringFormatGeom sf)
|
StiTextGeom |
StiContext.DrawString(java.lang.String text,
StiFontGeom font,
java.lang.Object brush,
StiRectangle rect,
StiStringFormatGeom sf,
int elementIndex)
|
void |
StiContext.FillEllipse(java.lang.Object brush,
StiRectangle rect,
StiInteractionDataGeom interaction)
|
void |
StiContext.FillRectangle(java.lang.Object brush,
StiRectangle rect,
StiInteractionDataGeom interaction)
|
void |
StiContext.FillRectangle(java.lang.Object brush,
StiRectangle rect,
StiInteractionDataGeom interaction,
int elementIndex)
|
StiRectangle |
IStiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
double angle)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
float angle)
|
StiRectangle |
IStiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
StiRectangle |
StiContext.MeasureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
void |
StiContext.PushClip(StiRectangle clipRect)
|
void |
StiContext.render(StiRectangle rect)
|
void |
IStiContextPainter.render(StiRectangle rect,
java.util.List<StiGeom> geoms)
|
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(java.lang.Double valueFrom,
StiRectangle rectFrom,
java.lang.Integer duration,
java.lang.Integer beginTime)
|
|
StiPieLabelAnimation(java.lang.Double valueFrom,
java.lang.Double value,
double angleFrom,
double angle,
StiRectangle clientRect,
StiRectangle rectLabelFrom,
StiRectangle rectLabel,
java.lang.Integer duration,
java.lang.Integer beginTime)
|
|
StiPieSegmentAnimation(StiRectangle rectFrom,
float startAngleFrom,
float sweepAngleFrom,
java.lang.Integer duration,
java.lang.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(java.lang.Object background,
StiPenGeom borderPen,
StiRectangle rect,
StiInteractionDataGeom interaction)
|
|
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(java.lang.String text,
StiFontGeom font,
java.lang.Object textBrush,
java.lang.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 | |
---|---|
static StiRectangle |
StiRectangleUtils.alignSizeInRect(StiRectangle rect,
StiSize size,
StiContentAlignment alignment)
|
StiRectangle |
StiGraphics.drawAttributedString(java.lang.String allText,
java.awt.Font awtFont,
StiRectangle rect,
java.lang.Boolean underline,
java.lang.Boolean wordWrap,
StiTextHorAlignment horAlignment,
java.lang.Boolean draw,
java.util.List<StiLineInfo> lines,
java.lang.Boolean useRightToLeft)
Draw attribute string |
StiRectangle |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
java.lang.Boolean transformCoord,
double zoom,
double pageZoom)
Draw path sotred in List StiPathCommand |
StiRectangle |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
java.lang.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,
java.lang.String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
java.lang.String text,
StiFont font,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
int maximalWidth,
double zoom,
boolean wordWrap)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
java.lang.String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
java.lang.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,
java.lang.Double ox,
java.lang.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,
java.lang.Double ox,
java.lang.Double oy,
java.lang.Integer digits)
Transform StiRectangle & round it with digits after point |
Methods in com.stimulsoft.base.drawing with parameters of type StiRectangle | |
---|---|
static StiRectangle |
StiRectangleUtils.alignSizeInRect(StiRectangle rect,
StiSize size,
StiContentAlignment alignment)
|
java.awt.Stroke |
StiGraphics.beginFill(StiBrush brush,
StiPen pen,
StiRectangle rect,
java.lang.Double zoom)
Set fill format |
void |
StiBorder.draw(StiGraphics g,
StiRectangle rect,
double zoom,
StiColor emptyColor,
StiHighlightState highlightState,
java.lang.Boolean isPrinting,
java.lang.Boolean isThumbPaint,
double pageZoom)
Draws this border on the indicated Graphics. |
StiRectangle |
StiGraphics.drawAttributedString(java.lang.String allText,
java.awt.Font awtFont,
StiRectangle rect,
java.lang.Boolean underline,
java.lang.Boolean wordWrap,
StiTextHorAlignment horAlignment,
java.lang.Boolean draw,
java.util.List<StiLineInfo> lines,
java.lang.Boolean useRightToLeft)
Draw attribute string |
static void |
StiShadow.drawBottomShadow(java.awt.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(java.awt.Graphics2D g,
StiRectangle rect)
|
void |
StiGraphics.drawEllise(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw ellipse |
void |
StiGraphics.drawElliseBegin(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double zoom)
Begin draw ellipse |
void |
StiGraphics.drawElliseEnd(StiRectangle rect)
End draw ellipse |
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.drawImage(java.awt.image.BufferedImage image,
StiRectangle rect,
java.lang.Boolean stretch,
java.lang.Boolean smooth,
java.lang.Boolean scaleBitmap,
java.lang.Double zoom)
Draw BufferedImage with alpha value 1 |
void |
StiGraphics.drawImage(java.awt.image.BufferedImage image,
StiRectangle rect,
java.lang.Boolean stretch,
java.lang.Boolean smooth,
java.lang.Boolean scaleBitmap,
float alpha,
java.lang.Double zoom)
Draw BufferedImage |
void |
StiGraphics.drawImage(java.awt.image.BufferedImage image,
StiRectangle rect,
java.lang.Boolean stretch,
java.lang.Boolean smooth,
double zoom)
Draw BufferedImage with scaling alpha value 1 |
static void |
StiShadow.drawLeftShadow(java.awt.Graphics2D g,
StiRectangle rect)
|
void |
StiGraphics.drawRectangle(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw rectangle |
void |
StiGraphics.drawRectangle(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double cornerRadius,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw rounded rectangle |
static void |
StiShadow.drawRightShadow(java.awt.Graphics2D g,
StiRectangle rect)
|
void |
StiGraphics.drawRTFText(java.lang.String text,
StiRectangle rect,
java.lang.Double zoom)
Draw RFT text |
static void |
StiShadow.drawShadow(java.awt.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,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
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 void |
StiShadow.drawTopShadow(java.awt.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,
java.lang.String text,
StiFont font,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
double zoom)
|
static StiRectangle |
StiRotatedTextDrawing.measureString(StiGraphics g,
java.lang.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 |
java.awt.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,
java.lang.Double ox,
java.lang.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,
java.lang.Double ox,
java.lang.Double oy,
java.lang.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 java.util.List<StiPathCommand> |
StiPathCommand.createCircle(StiRectangle rect,
java.util.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.helper |
---|
Methods in com.stimulsoft.base.helper with parameters of type StiRectangle | |
---|---|
static java.awt.image.BufferedImage |
StiSvgHelper.decodeSVG(byte[] svgBytes,
StiRectangle rect,
double zoom)
|
static java.awt.image.BufferedImage |
StiSvgHelper.decodeSVG(java.lang.String base64string,
StiRectangle rect,
double zoom)
|
Uses of StiRectangle in com.stimulsoft.base.serializing.utils |
---|
Methods in com.stimulsoft.base.serializing.utils that return StiRectangle | |
---|---|
static StiRectangle |
StiSerializTypeConverter.deserializeStringToRectangle(java.lang.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(java.lang.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(java.lang.Double width,
java.lang.Double height)
Inflate current StiRectangle |
StiRectangle |
StiRectangle.inflate(int width,
int height)
Inflate current StiRectangle |
StiRectangle |
StiRectangle.move(java.lang.Double deltaX,
java.lang.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(java.lang.Double digits,
java.lang.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(java.lang.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. |
java.lang.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 |
Uses of StiRectangle in com.stimulsoft.report |
---|
Methods in com.stimulsoft.report that return StiRectangle | |
---|---|
StiRectangle |
StiReport.convertToHInches(StiUnit unit,
StiRectangle value)
|
Methods in com.stimulsoft.report with parameters of type StiRectangle | |
---|---|
StiRectangle |
StiReport.convertToHInches(StiUnit unit,
StiRectangle value)
|
Uses of StiRectangle in com.stimulsoft.report.barCodes |
---|
Methods in com.stimulsoft.report.barCodes that return StiRectangle | |
---|---|
StiRectangle |
StiBarCode.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
Methods in com.stimulsoft.report.barCodes with parameters of type StiRectangle | |
---|---|
void |
StiUpcSup5BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiUpcSup2BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiUpcEBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiUpcABarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiStandard2of5BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiSSCC18BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiRoyalMail4StateBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiQRCodeBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiPostnetBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiPlesseyBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiPharmacodeBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiPdf417BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiMsiBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiMaxicodeBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiJan8BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiJan13BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiITF14BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiIsbn13BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiIsbn10BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiInterleaved2of5BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiGS1_128BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiFIMBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiEAN8BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiEAN13BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
Draws the bar code with the specified parameters. |
void |
StiEAN128cBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiEAN128bBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiEAN128AutoBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiEAN128aBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiDutchKIXBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiDataMatrixBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode93ExtBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode93BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode39ExtBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode39BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode128cBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode128bBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode128AutoBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode128aBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCode11BarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiCodabarBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
abstract void |
StiBarCodeTypeService.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
void |
StiAustraliaPost4StateBarCodeType.draw(StiGraphics context,
StiBarCode barCode,
StiRectangle rect,
double zoom)
|
Constructors in com.stimulsoft.report.barCodes with parameters of type StiRectangle | |
---|---|
StiBarCode(StiRectangle rect)
Creates a new component of the type StiBarCode. |
Uses of StiRectangle in com.stimulsoft.report.chart |
---|
Methods in com.stimulsoft.report.chart that return StiRectangle | |
---|---|
StiRectangle |
StiChart.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
Constructors in com.stimulsoft.report.chart with parameters of type StiRectangle | |
---|---|
StiChart(StiRectangle rect)
Creates a new StiChart. |
Uses of StiRectangle in com.stimulsoft.report.chart.core |
---|
Methods in com.stimulsoft.report.chart.core with parameters of type StiRectangle | |
---|---|
StiCellGeom |
StiChartCoreXF.Render(StiContext context,
StiRectangle rect,
boolean useMargins)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.area |
---|
Methods in com.stimulsoft.report.chart.core.area with parameters of type StiRectangle | |
---|---|
StiCellGeom |
StiAxisAreaCoreXF.Render(StiContext context,
StiRectangle rect)
|
abstract StiCellGeom |
StiAreaCoreXF.Render(StiContext context,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.area.doughnut |
---|
Methods in com.stimulsoft.report.chart.core.area.doughnut with parameters of type StiRectangle | |
---|---|
StiCellGeom |
StiDoughnutAreaCoreXF.Render(StiContext context,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.area.funnel |
---|
Methods in com.stimulsoft.report.chart.core.area.funnel with parameters of type StiRectangle | |
---|---|
StiCellGeom |
StiFunnelAreaCoreXF.Render(StiContext context,
StiRectangle rect)
|
void |
StiFunnelAreaCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
java.util.ArrayList<IStiSeries> seriesCollection)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.area.pie |
---|
Methods in com.stimulsoft.report.chart.core.area.pie with parameters of type StiRectangle | |
---|---|
StiCellGeom |
StiPieAreaCoreXF.Render(StiContext context,
StiRectangle rect)
|
void |
StiPieAreaCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
java.util.ArrayList<IStiSeries> seriesCollection)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.area.radar |
---|
Methods in com.stimulsoft.report.chart.core.area.radar that return StiRectangle | |
---|---|
StiRectangle |
StiRadarAreaCoreXF.MeasureLabels(StiContext context,
StiRectangle rect)
|
Methods in com.stimulsoft.report.chart.core.area.radar with parameters of type StiRectangle | |
---|---|
StiRectangle |
StiRadarAreaCoreXF.MeasureLabels(StiContext context,
StiRectangle rect)
|
StiCellGeom |
StiRadarAreaCoreXF.Render(StiContext context,
StiRectangle areaRect)
|
void |
StiRadarAreaCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
java.util.ArrayList<IStiSeries> seriesCollection)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.axis |
---|
Fields in com.stimulsoft.report.chart.core.axis declared as StiRectangle | |
---|---|
StiRectangle |
StiAxisLabelInfoXF.clientRectangle
|
Methods in com.stimulsoft.report.chart.core.axis that return StiRectangle | |
---|---|
StiRectangle |
StiYAxisCoreXF.GetAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing,
boolean includeScrollBar)
|
StiRectangle |
StiXAxisCoreXF.GetAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsWidth,
boolean isDrawing,
boolean includeScrollBar)
|
StiRectangle |
StiYAxisCoreXF.GetCenterAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing)
|
StiRectangle |
StiXAxisCoreXF.GetCenterAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing)
|
StiRectangle |
StiAxisLabelInfoXF.getClientRectangle()
|
Methods in com.stimulsoft.report.chart.core.axis with parameters of type StiRectangle | |
---|---|
StiRectangle |
StiYAxisCoreXF.GetAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing,
boolean includeScrollBar)
|
StiRectangle |
StiXAxisCoreXF.GetAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsWidth,
boolean isDrawing,
boolean includeScrollBar)
|
StiRectangle |
StiYAxisCoreXF.GetCenterAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing)
|
StiRectangle |
StiXAxisCoreXF.GetCenterAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing)
|
StiCellGeom |
StiYAxisCoreXF.Render(StiContext context,
StiRectangle rect)
|
StiCellGeom |
StiXAxisCoreXF.Render(StiContext context,
StiRectangle rect)
|
abstract StiCellGeom |
StiAxisCoreXF.Render(StiContext context,
StiRectangle rect)
|
StiCellGeom |
StiYAxisCoreXF.RenderCenter(StiContext context,
StiRectangle rect)
|
StiCellGeom |
StiXAxisCoreXF.RenderCenter(StiContext context,
StiRectangle rect)
|
StiCellGeom |
StiYAxisCoreXF.RenderCenterView(StiContext context,
StiRectangle rect)
|
StiCellGeom |
StiXAxisCoreXF.RenderCenterView(StiContext context,
StiRectangle rect)
|
void |
StiXAxisCoreXF.RenderScrollBar(StiContext context,
StiRectangle axisRect,
StiXAxisViewGeom axisGeom)
|
void |
StiYAxisCoreXF.RenderScrollBar(StiContext context,
StiRectangle axisRect,
StiYAxisViewGeom axisGeom)
|
StiCellGeom |
StiYAxisCoreXF.RenderView(StiContext context,
StiRectangle rect)
|
StiCellGeom |
StiXAxisCoreXF.RenderView(StiContext context,
StiRectangle rect)
|
abstract StiCellGeom |
StiAxisCoreXF.RenderView(StiContext context,
StiRectangle rect)
|
void |
StiAxisLabelInfoXF.setClientRectangle(StiRectangle clientRectangle)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.chartTitle |
---|
Methods in com.stimulsoft.report.chart.core.chartTitle with parameters of type StiRectangle | |
---|---|
StiCellGeom |
StiChartTitleCoreXF.Render(StiContext context,
IStiChartTitle chartTitle,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.constantLines |
---|
Methods in com.stimulsoft.report.chart.core.constantLines with parameters of type StiRectangle | |
---|---|
void |
StiConstantLinesCoreXF.Render(StiContext context,
StiAxisAreaGeom geom,
StiRectangle rect)
|
void |
StiConstantLinesCoreXF.RenderXConstantLines(StiContext context,
StiAxisAreaGeom geom,
StiRectangle rect)
|
void |
StiConstantLinesCoreXF.RenderYConstantLines(StiContext context,
StiAxisAreaGeom geom,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.legend |
---|
Methods in com.stimulsoft.report.chart.core.legend with parameters of type StiRectangle | |
---|---|
StiSize |
StiLegendCoreXF.GetLegendSize(StiContext context,
StiRectangle rect,
StiRefObject<java.lang.Integer> countColumns,
StiRefObject<java.lang.Integer> countRows)
|
StiSize |
StiLegendCoreXF.GetSeriesSize(StiContext context,
StiRectangle rect,
StiRefObject<java.lang.Integer> countColumns,
StiRefObject<java.lang.Integer> countRows)
|
StiCellGeom |
StiLegendCoreXF.Render(StiContext context,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.marker |
---|
Methods in com.stimulsoft.report.chart.core.marker that return StiRectangle | |
---|---|
static StiRectangle |
StiMarkerCoreXF.GetMarkerRect(StiPoint position,
float markerSize,
float zoom)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.radarAxis |
---|
Methods in com.stimulsoft.report.chart.core.radarAxis that return StiRectangle | |
---|---|
StiRectangle |
StiYRadarAxisCoreXF.GetAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing)
|
StiRectangle |
StiXRadarAxisCoreXF.GetLabelRect(StiContext context,
StiPoint point,
java.lang.String text,
float angle)
|
Methods in com.stimulsoft.report.chart.core.radarAxis with parameters of type StiRectangle | |
---|---|
StiRectangle |
StiYRadarAxisCoreXF.GetAxisRect(StiContext context,
StiRectangle rect,
boolean includeAxisArrow,
boolean includeLabelsHeight,
boolean isDrawing)
|
StiCellGeom |
StiYRadarAxisCoreXF.Render(StiContext context,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series |
---|
Methods in com.stimulsoft.report.chart.core.series with parameters of type StiRectangle | |
---|---|
void |
StiSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] seriesArray)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.bubble |
---|
Methods in com.stimulsoft.report.chart.core.series.bubble with parameters of type StiRectangle | |
---|---|
void |
StiBubbleSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] seriesArray)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.candlestick |
---|
Methods in com.stimulsoft.report.chart.core.series.candlestick with parameters of type StiRectangle | |
---|---|
void |
StiCandlestickSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.clusteredBar |
---|
Methods in com.stimulsoft.report.chart.core.series.clusteredBar with parameters of type StiRectangle | |
---|---|
void |
StiClusteredBarSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.core.series.clusteredColumn with parameters of type StiRectangle | |
---|---|
void |
StiClusteredColumnSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
void |
StiBaseLineSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.doughnut |
---|
Methods in com.stimulsoft.report.chart.core.series.doughnut with parameters of type StiRectangle | |
---|---|
void |
StiDoughnutSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] seriesArray)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.funnel |
---|
Methods in com.stimulsoft.report.chart.core.series.funnel with parameters of type StiRectangle | |
---|---|
void |
StiFunnelSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] seriesArray)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.gantt |
---|
Methods in com.stimulsoft.report.chart.core.series.gantt with parameters of type StiRectangle | |
---|---|
void |
StiGanttSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.pie |
---|
Methods in com.stimulsoft.report.chart.core.series.pie with parameters of type StiRectangle | |
---|---|
void |
StiPieSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] seriesArray)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.radar |
---|
Methods in com.stimulsoft.report.chart.core.series.radar with parameters of type StiRectangle | |
---|---|
void |
StiRadarSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] seriesArray)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.range |
---|
Methods in com.stimulsoft.report.chart.core.series.range with parameters of type StiRectangle | |
---|---|
void |
StiSteppedRangeSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
void |
StiSplineRangeSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
void |
StiRangeSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
void |
StiRangeBarSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.scatter |
---|
Methods in com.stimulsoft.report.chart.core.series.scatter with parameters of type StiRectangle | |
---|---|
void |
StiScatterSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] seriesArray)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.stackedBar |
---|
Methods in com.stimulsoft.report.chart.core.series.stackedBar with parameters of type StiRectangle | |
---|---|
void |
StiStackedBarSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.core.series.stackedColumn with parameters of type StiRectangle | |
---|---|
void |
StiStackedColumnSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
void |
StiStackedBaseLineSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.series.stock |
---|
Methods in com.stimulsoft.report.chart.core.series.stock with parameters of type StiRectangle | |
---|---|
void |
StiStockSeriesCoreXF.RenderSeries(StiContext context,
StiRectangle rect,
StiAreaGeom geom,
IStiSeries[] series)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.seriesLabels.axis |
---|
Methods in com.stimulsoft.report.chart.core.seriesLabels.axis with parameters of type StiRectangle | |
---|---|
StiSeriesLabelsGeom |
StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
double weight,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
StiSeriesLabelsGeom |
StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
double weight,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
StiSeriesLabelsGeom |
StiOutsideAxisLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
StiSeriesLabelsGeom |
StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
abstract StiSeriesLabelsGeom |
StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint endPoint,
StiPoint startPoint,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
StiAnimation animation)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.seriesLabels.funnel |
---|
Methods in com.stimulsoft.report.chart.core.seriesLabels.funnel with parameters of type StiRectangle | |
---|---|
StiSeriesLabelsGeom |
StiOutsideRightFunnelLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
StiSeriesLabelsGeom |
StiOutsideLeftFunnelLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
abstract StiSeriesLabelsGeom |
StiFunnelSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
StiSeriesLabelsGeom |
StiCenterFunnelLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
Method parameters in com.stimulsoft.report.chart.core.seriesLabels.funnel with type arguments of type StiRectangle | |
---|---|
StiSeriesLabelsGeom |
StiOutsideRightFunnelLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
StiSeriesLabelsGeom |
StiOutsideLeftFunnelLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
abstract StiSeriesLabelsGeom |
StiFunnelSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
StiSeriesLabelsGeom |
StiCenterFunnelLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
int pointIndex,
double value,
double valueNext,
java.lang.String argumentText,
java.lang.String tag,
int colorIndex,
int colorCount,
StiRectangle rect,
double singleValueHeight,
double singleValueWidth,
double centerAxis,
StiRefObject<StiRectangle> measureRect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.core.seriesLabels.pie that return StiRectangle | |
---|---|
StiRectangle |
StiCenterPieLabelsCoreXF.GetLabelRect(StiContext context,
StiPoint labelPoint,
java.lang.String labelText,
StiFontGeom font,
StiStringFormatGeom sf)
|
Method parameters in com.stimulsoft.report.chart.core.seriesLabels.pie with type arguments of type StiRectangle | |
---|---|
StiSeriesLabelsGeom |
StiTwoColumnsPieLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint centerPie,
double radius,
double radius2,
double pieAngle,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
boolean measure,
int colorIndex,
int colorCount,
double percentPerValue,
StiRefObject<StiRectangle> measureRect,
boolean drawValue,
double deltaY)
|
abstract StiSeriesLabelsGeom |
StiPieSeriesLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint centerPie,
double radius,
double radius2,
double pieAngle,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
boolean measure,
int colorIndex,
int colorCount,
double percentPerValue,
StiRefObject<StiRectangle> measureRect,
boolean drawValue,
double deltaY)
|
StiSeriesLabelsGeom |
StiCenterPieLabelsCoreXF.RenderLabel(IStiSeries series,
StiContext context,
StiPoint centerPie,
double radius,
double radius2,
double pieAngle,
int pointIndex,
java.lang.Double value,
java.lang.Double labelValue,
java.lang.String argumentText,
java.lang.String tag,
boolean measure,
int colorIndex,
int colorCount,
double percentPerValue,
StiRefObject<StiRectangle> measureRect,
boolean drawValue,
double deltaY)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.strips |
---|
Methods in com.stimulsoft.report.chart.core.strips with parameters of type StiRectangle | |
---|---|
void |
StiStripsCoreXF.Render(StiContext context,
StiAxisAreaGeom geom,
StiRectangle rect)
|
void |
StiStripsCoreXF.RenderXStrips(StiContext context,
StiAxisAreaGeom geom,
StiRectangle rect)
|
void |
StiStripsCoreXF.RenderYStrips(StiContext context,
StiAxisAreaGeom geom,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.styles |
---|
Methods in com.stimulsoft.report.chart.core.styles with parameters of type StiRectangle | |
---|---|
void |
StiStyleCoreXF18.FillColumn(StiContext context,
StiRectangle rect,
StiBrush brush,
StiInteractionDataGeom interaction)
|
void |
StiStyleCoreXF.FillColumn(StiContext context,
StiRectangle rect,
StiBrush brush,
StiInteractionDataGeom interaction)
|
void |
StiStyleCoreXF.FillColumn(StiContext context,
StiRectangle rect,
StiBrush brush,
StiInteractionDataGeom interaction,
int elementIndex)
|
Uses of StiRectangle in com.stimulsoft.report.chart.core.table |
---|
Methods in com.stimulsoft.report.chart.core.table with parameters of type StiRectangle | |
---|---|
StiCellGeom |
StiChartTableCore.Render(StiContext context,
StiRectangle rect,
java.lang.String[][] table)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms |
---|
Methods in com.stimulsoft.report.chart.geoms that return StiRectangle | |
---|---|
StiRectangle |
StiCellGeom.getClientRectangle()
Gets or sets client rectangle of this geom object. |
StiRectangle |
StiCellGeom.GetRect(StiGeom geom)
|
Methods in com.stimulsoft.report.chart.geoms with parameters of type StiRectangle | |
---|---|
void |
StiCellGeom.setClientRectangle(StiRectangle value)
|
Constructors in com.stimulsoft.report.chart.geoms with parameters of type StiRectangle | |
---|---|
StiCellGeom(StiRectangle clientRectangle)
|
|
StiChartGeom(StiRectangle clientRectangle)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.areas |
---|
Constructors in com.stimulsoft.report.chart.geoms.areas with parameters of type StiRectangle | |
---|---|
StiAreaGeom(IStiArea area,
StiRectangle clientRectangle)
|
|
StiAxisAreaGeom(StiAxisAreaViewGeom view,
IStiArea area,
StiRectangle clientRectangle)
|
|
StiAxisAreaViewGeom(IStiArea area,
StiRectangle clientRectangle)
|
|
StiDoughnutAreaGeom(IStiArea area,
StiRectangle clientRectangle)
|
|
StiPieAreaGeom(IStiArea area,
StiRectangle clientRectangle)
|
|
StiRadarAreaGeom(IStiArea area,
StiRectangle clientRectangle,
int valuesCount)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.axis |
---|
Constructors in com.stimulsoft.report.chart.geoms.axis with parameters of type StiRectangle | |
---|---|
StiAxisLabelGeom(IStiAxis axis,
StiRectangle clientRectangle,
StiPoint textPoint,
java.lang.String text,
StiStripLineXF stripLine,
float angle,
StiRotationMode rotationMode)
|
|
StiAxisTitleGeom(IStiAxis axis,
StiRectangle clientRectangle,
float angle,
StiStringAlignment stringAlignment)
|
|
StiXAxisGeom(IStiXAxis axis,
StiRectangle clientRectangle,
boolean isCenterAxis)
|
|
StiXAxisViewGeom(IStiXAxis axis,
StiRectangle clientRectangle,
boolean isCenterAxis)
|
|
StiYAxisGeom(IStiYAxis axis,
StiRectangle clientRectangle,
boolean isCenterAxis)
|
|
StiYAxisViewGeom(IStiYAxis axis,
StiRectangle clientRectangle,
boolean isCenterAxis)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.axis.scrollBars |
---|
Constructors in com.stimulsoft.report.chart.geoms.axis.scrollBars with parameters of type StiRectangle | |
---|---|
StiDownButtonGeom(IStiYAxis axis,
StiRectangle clientRectangle)
|
|
StiHorzScrollBarGeom(IStiXAxis axis,
StiRectangle clientRectangle)
|
|
StiHorzTrackBarGeom(IStiXAxis axis,
StiRectangle clientRectangle,
StiHorzScrollBarGeom scrollBar)
|
|
StiLeftButtonGeom(IStiXAxis axis,
StiRectangle clientRectangle)
|
|
StiRightButtonGeom(IStiXAxis axis,
StiRectangle clientRectangle)
|
|
StiUpButtonGeom(IStiYAxis axis,
StiRectangle clientRectangle)
|
|
StiVertScrollBarGeom(IStiYAxis axis,
StiRectangle clientRectangle)
|
|
StiVertTrackBarGeom(IStiYAxis axis,
StiRectangle clientRectangle,
StiVertScrollBarGeom scrollBar)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.chartTitle |
---|
Constructors in com.stimulsoft.report.chart.geoms.chartTitle with parameters of type StiRectangle | |
---|---|
StiChartTitleGeom(IStiChartTitle title,
StiRectangle clientRectangle)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.constantLines |
---|
Constructors in com.stimulsoft.report.chart.geoms.constantLines with parameters of type StiRectangle | |
---|---|
StiConstantLinesVerticalGeom(IStiConstantLines line,
StiRectangle clientRectangle,
StiPoint point,
StiRotationMode mode)
|
|
StiConstantLinesYGeom(IStiConstantLines line,
StiRectangle clientRectangle,
StiPoint point,
StiRotationMode mode)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.legend |
---|
Constructors in com.stimulsoft.report.chart.geoms.legend with parameters of type StiRectangle | |
---|---|
StiLegendGeom(IStiLegend legend,
StiRectangle clientRectangle,
java.util.ArrayList seriesItems)
|
|
StiLegendItemGeom(IStiLegend legend,
StiLegendItemCoreXF item,
StiRectangle clientRectangle,
int colorIndex,
int legendItemsCount,
int legendItemIndex)
|
|
StiLegendTitleGeom(IStiLegend legend,
StiRectangle clientRectangle)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.marker |
---|
Methods in com.stimulsoft.report.chart.geoms.marker that return StiRectangle | |
---|---|
StiRectangle |
StiMarkerGeom.GetMouseOverRect()
|
Methods in com.stimulsoft.report.chart.geoms.marker with parameters of type StiRectangle | |
---|---|
void |
StiLegendStockMarker.Draw(StiContext context,
IStiSeries serie,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
void |
StiLegendPieMarker.Draw(StiContext context,
IStiSeries serie,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
void |
StiLegendLineMarker.Draw(StiContext context,
IStiSeries serie,
StiRectangle rect,
int colorIndex,
int colorCount,
int elementIndex)
|
void |
StiLegendFunnelMarker.Draw(StiContext context,
IStiSeries serie,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
void |
StiLegendDoughnutMarker.Draw(StiContext context,
IStiSeries serie,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
void |
StiLegendColumnMarker.Draw(StiContext context,
IStiSeries series,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
void |
StiLegendCandelstickMarker.Draw(StiContext context,
IStiSeries serie,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
void |
StiLegendAreaMarker.Draw(StiContext context,
IStiSeries serie,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
static StiPoint[] |
StiLegendMarkerHelper.getAreaMarkerLinePoints(StiRectangle rect)
|
static java.util.List<StiSegmentGeom> |
StiLegendMarkerHelper.getAreaMarkerPath(StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.radarAxis |
---|
Methods in com.stimulsoft.report.chart.geoms.radarAxis that return StiRectangle | |
---|---|
StiRectangle |
StiXRadarAxisLabelGeom.getLabelRect()
|
Constructors in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiRectangle | |
---|---|
StiRadarAxisGeom(IStiYRadarAxis axis,
StiRectangle clientRectangle)
|
|
StiXRadarAxisLabelGeom(IStiXRadarAxis axis,
java.lang.String text,
StiBrush labelBrush,
StiColor borderColor,
float angle,
StiRectangle clientRectangle,
StiRectangle labelRect,
StiPoint point)
|
|
StiYRadarAxisLabelGeom(IStiYRadarAxis axis,
StiRectangle clientRectangle,
StiPoint textPoint,
java.lang.String text,
StiStripLineXF stripLine,
float angle,
StiRotationMode rotationMode)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series |
---|
Constructors in com.stimulsoft.report.chart.geoms.series with parameters of type StiRectangle | |
---|---|
StiSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiSeries series,
StiRectangle clientRectangle)
|
|
StiSeriesGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.bubble |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.bubble with parameters of type StiRectangle | |
---|---|
StiBubbleSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.clusteredBar |
---|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredBar that return StiRectangle | |
---|---|
StiRectangle |
StiClusteredBarSeriesElementGeom.getColumnRectStart()
|
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredBar with parameters of type StiRectangle | |
---|---|
StiClusteredBarSeriesElementGeom(StiAreaGeom areaGeom,
double valueStart,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle columnRectStart,
StiRectangle columnRect,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredColumn that return StiRectangle | |
---|---|
static StiRectangle |
StiBaseLineSeriesGeom.GetClientRectangle(StiPoint[] points,
double lineWidth)
|
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type StiRectangle | |
---|---|
StiClusteredColumnSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
StiAnimation animation)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.doughnut |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.doughnut with parameters of type StiRectangle | |
---|---|
StiDoughnutSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiDoughnutSeries series,
StiRectangle clientRectangle,
java.util.ArrayList<StiSegmentGeom> path,
java.util.ArrayList<StiSegmentGeom> pathLight,
java.util.ArrayList<StiSegmentGeom> pathDark,
StiColor borderColor,
StiBrush brush,
StiBrush brushLight,
StiBrush brushDark,
double startAngle,
double endAngle,
double radiusFrom,
double radiusTo,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.financial |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.financial with parameters of type StiRectangle | |
---|---|
StiCandlestickSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double bodyStart,
double bodyEnd,
double high,
double low,
double positionX,
int index,
StiBrush brush,
StiColor borderColor,
java.lang.Integer beginTime)
|
|
StiFinancialSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double open,
double close,
double high,
double low,
double positionX,
int index)
|
|
StiStockSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double open,
double close,
double high,
double low,
double positionX,
int index,
StiColor color,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.funnel |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.funnel with parameters of type StiRectangle | |
---|---|
StiFunnelSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiSeries series,
StiRectangle clientRectangle,
StiBrush brush,
StiColor borderColor,
java.util.ArrayList<StiSegmentGeom> path,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.gantt |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.gantt with parameters of type StiRectangle | |
---|---|
StiGanttSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.pie |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiRectangle | |
---|---|
StiPieSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiPieSeries series,
StiRectangle clientRectangle,
java.util.ArrayList<StiSegmentGeom> path,
java.util.ArrayList<StiSegmentGeom> pathLight,
StiColor borderColor,
StiBrush brush,
double startAngle,
double endAngle,
double radius,
StiAnimation animation)
|
|
StiPieSeriesFullElementGeom(IStiPieSeries series,
StiRectangle clientRectangle,
StiBrush brush,
StiColor borderColor)
|
|
StiPieSeriesShadowElementGeom(IStiPieSeries series,
StiRectangle clientRectangle,
double radius,
StiContext shadowContext,
java.lang.Integer duration,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.radar |
---|
Methods in com.stimulsoft.report.chart.geoms.series.radar that return StiRectangle | |
---|---|
StiRectangle |
StiRadarPointSeriesElementGeom.GetMouseOverRect()
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.range |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.range with parameters of type StiRectangle | |
---|---|
StiRangeBarElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.stackedBar |
---|
Constructors in com.stimulsoft.report.chart.geoms.series.stackedBar with parameters of type StiRectangle | |
---|---|
StiStackedBarSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
|
StiStackedBarSeriesShadowElementGeom(IStiSeries series,
StiRectangle clientRectangle,
boolean isLeftShadow,
boolean isRightShadow)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.stackedColumn that return StiRectangle | |
---|---|
static StiRectangle |
StiStackedBaseLineSeriesGeom.GetClientRectangle(StiPoint[] points)
|
static StiRectangle |
StiStackedSplineAreaSeriesGeom.GetClientRectangle(StiPoint[] startPoints,
StiPoint[] endPoints)
|
static StiRectangle |
StiStackedAreaSeriesGeom.GetClientRectangle(StiPoint[] startPoints,
StiPoint[] endPoints)
|
Constructors in com.stimulsoft.report.chart.geoms.series.stackedColumn with parameters of type StiRectangle | |
---|---|
StiStackedColumnSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
|
StiStackedColumnSeriesShadowElementGeom(IStiSeries series,
StiRectangle clientRectangle,
boolean isTopShadow,
boolean isBottomShadow)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.seriesLabels |
---|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels with parameters of type StiRectangle | |
---|---|
StiSeriesLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.seriesLabels.axis |
---|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiRectangle | |
---|---|
StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiColor labelColor,
StiColor labelBorderColor,
StiBrush seriesBrush,
StiBrush seriesLabelsBrush,
StiColor seriesBorderColor,
StiFontGeom font,
StiAnimation animation)
|
|
StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiColor labelColor,
StiColor labelBorderColor,
StiBrush seriesBrush,
StiColor seriesBorderColor,
StiFontGeom font,
StiPoint startPoint,
StiPoint endPoint)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.seriesLabels.funnel |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.funnel that return StiRectangle | |
---|---|
StiRectangle |
StiCenterFunnelLabelsGeom.getLabelRect()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.funnel with parameters of type StiRectangle | |
---|---|
StiCenterFunnelLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRectangle labelRect)
|
|
StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRectangle labelRect,
StiPoint startPointLine,
StiPoint endPointLine)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiRectangle | |
---|---|
StiRectangle |
StiTwoColumnsPieLabelsGeom.getLabelRect()
|
StiRectangle |
StiCenterPieLabelsGeom.getLabelRect()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiRectangle | |
---|---|
StiCenterPieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRotationMode rotationMode,
StiRectangle labelRect,
double angleToUse,
StiAnimation animation)
|
|
StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelsBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRotationMode rotationMode,
StiRectangle labelRect,
double angleToUse,
StiColor lineColor,
StiPoint labelPoint,
StiPoint startPoint)
|
|
StiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelsBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRectangle labelRect,
StiColor lineColor,
StiPoint startPoint,
StiPoint endPoint,
StiPoint arcPoint)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.strips |
---|
Constructors in com.stimulsoft.report.chart.geoms.strips with parameters of type StiRectangle | |
---|---|
StiStripsXGeom(IStiStrips strip,
StiRectangle clientRectangle)
|
|
StiStripsYGeom(IStiStrips strip,
StiRectangle clientRectangle)
|
Uses of StiRectangle in com.stimulsoft.report.chart.geoms.table |
---|
Constructors in com.stimulsoft.report.chart.geoms.table with parameters of type StiRectangle | |
---|---|
StiChartTableGeom(StiRectangle clientRectangle,
java.lang.String[][] table,
double widthCellLegendTableChart,
IStiChartTable chartTable)
|
Uses of StiRectangle in com.stimulsoft.report.chart.interfaces.legend |
---|
Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiRectangle | |
---|---|
void |
IStiLegendMarker.Draw(StiContext context,
IStiSeries series,
StiRectangle rect,
int colorIndex,
int colorCount,
int index)
|
Uses of StiRectangle in com.stimulsoft.report.components |
---|
Methods in com.stimulsoft.report.components that return StiRectangle | |
---|---|
StiRectangle |
StiComponent.ComponentToPage(StiRectangle rect)
Converts a rectangle from the parent-container coordinates into coordinates of a page. |
StiRectangle |
StiPage.convertToHInches(StiUnit unit,
StiRectangle rect)
|
StiRectangle |
StiComponent.DockToContainer(StiRectangle rect)
Docks a rectangle, relatively to the component, into the rec. |
static StiRectangle |
StiComponent.DoOffsetRect(StiComponent component,
StiRectangle rect,
StiRectangle offsetRect)
tangle to the specified offset. |
StiRectangle |
StiPage.getClientRectangle()
Gets or sets the client area of a component. |
StiRectangle |
StiComponent.getClientRectangle()
gets or sets the client area of a component. |
StiRectangle |
StiComponent.getDefaultClientRectangle()
gets the default client area of a component. |
StiRectangle |
StiPage.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiComponent.getDisplayRectangle()
gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiComponent.getDisplayRectangle1()
rectangle of the component showing. |
StiRectangle |
StiComponent.getDockRegion(StiComponent parent)
Retuns an empty rectangle to which docking is poss * |
StiRectangle |
StiComponent.getDockRegion(StiComponent parent,
boolean useColumns)
Retuns an empty rectangle to which docking is pos * |
StiRectangle |
StiPage.getOffsetRectangle()
Gets or sets offset of the selected components on the page. |
StiRectangle |
StiComponent.getPaintRectangle()
Makes all necessary coversions for * bject and returns its coordinates. |
StiRectangle |
StiComponent.getPaintRectangle(boolean convertToHInches,
boolean convertByZoom)
Makes all necessary conversions for t * put and returns its coordinates. |
StiRectangle |
StiComponent.getPaintRectangle(boolean convertToHInches,
boolean convertByZoom,
boolean docking)
Makes all necessary conversions for * tput and returns its coordinates. |
StiRectangle |
StiPage.getSelectedRectangle()
Internal use only. |
StiRectangle |
StiComponent.getSelectRectangle()
gets or sets a rectangle of a component selection. |
StiRectangle |
StiComponent.PageToComponent(StiRectangle rect)
Converts a rectangle from coordinates of a page into the parent-container coordinates. |
Methods in com.stimulsoft.report.components with parameters of type StiRectangle | |
---|---|
static StiBreakText |
StiComponentDivider.BreakText(StiGraphics measureGraphics,
StiRectangle rect,
java.lang.String text,
StiFont font,
StiTextOptions textOptions,
StiTextQuality textQuality,
boolean allowHtmlTags,
StiText textComp)
|
StiRectangle |
StiComponent.ComponentToPage(StiRectangle rect)
Converts a rectangle from the parent-container coordinates into coordinates of a page. |
StiRectangle |
StiPage.convertToHInches(StiUnit unit,
StiRectangle rect)
|
StiRectangle |
StiComponent.DockToContainer(StiRectangle rect)
Docks a rectangle, relatively to the component, into the rec. |
static StiRectangle |
StiComponent.DoOffsetRect(StiComponent component,
StiRectangle rect,
StiRectangle offsetRect)
tangle to the specified offset. |
java.awt.image.BufferedImage |
StiWatermark.getBufferedImage(StiReport report,
StiRectangle rect)
|
java.awt.image.BufferedImage |
StiWatermark.getBufferedImage(StiReport report,
StiRectangle rect,
StiRefObject<byte[]> imgBytes)
|
StiRectangle |
StiComponent.PageToComponent(StiRectangle rect)
Converts a rectangle from coordinates of a page into the parent-container coordinates. |
void |
StiPage.setClientRectangle(StiRectangle value)
|
void |
StiComponent.setClientRectangle(StiRectangle value)
|
void |
StiComponent.setDirectDisplayRectangle(StiRectangle rect)
|
void |
StiComponent.setDisplayRectangle(StiRectangle value)
|
void |
StiPage.setOffsetRectangle(StiRectangle value)
|
void |
StiComponent.setPaintRectangle(StiRectangle rect)
Internal use only. |
void |
StiPage.setSelectedRectangle(StiRectangle value)
|
void |
StiComponent.setSelectRectangle(StiRectangle value)
Returns the GroupHeaderBand in which the component is loc * null, if nothing is located. |
Constructors in com.stimulsoft.report.components with parameters of type StiRectangle | |
---|---|
StiComponent(StiRectangle rect)
Creates a new component of the type StiComponent with the specified location. |
Uses of StiRectangle in com.stimulsoft.report.components.bands |
---|
Methods in com.stimulsoft.report.components.bands that return StiRectangle | |
---|---|
StiRectangle |
StiTableOfContents.getDefaultClientRectangle()
|
StiRectangle |
StiBand.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiBand.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiBand.getRectangleMoveComponent()
|
StiRectangle |
StiBand.getSelectRectangle()
Gets or sets a rectangle of the component selection. |
Methods in com.stimulsoft.report.components.bands with parameters of type StiRectangle | |
---|---|
void |
StiBand.setDirectDisplayRectangle(StiRectangle rect)
|
void |
StiBand.setDisplayRectangle(StiRectangle value)
|
void |
StiBand.setRectangleMoveComponent(StiRectangle value)
|
void |
StiBand.setSelectRectangle(StiRectangle value)
|
Constructors in com.stimulsoft.report.components.bands with parameters of type StiRectangle | |
---|---|
StiBand(StiRectangle rect)
Creates a new band. |
|
StiChildBand(StiRectangle rect)
Creates a new component of the type StiChildBand with specified location. |
|
StiColumnHeaderBand(StiRectangle rect)
Creates a new component of the type StiColumnHeaderBand with specified location. |
|
StiDataBand(StiRectangle rect)
Creates an object of the type StiDataBand. |
|
StiDynamicBand(StiRectangle rect)
Creates a new dynamic band. |
|
StiEmptyBand(StiRectangle rect)
Creates a new component of the type StiHeaderBand with specified location. |
|
StiFooterBand(StiRectangle rect)
Creates a new component of the type StiFooterBand with specified location. |
|
StiGroupFooterBand(StiRectangle rect)
Creates a new component of the type StiGroupFooterBand with specified location. |
|
StiGroupHeaderBand(StiRectangle rect)
Creates a new component of the type StiComponent with specified location. |
|
StiHeaderBand(StiRectangle rect)
Creates a new component of the type StiHeaderBand with specified location. |
|
StiHierarchicalBand(StiRectangle rect)
Creates an object of the type StiHierarchicalBand. |
|
StiOverlayBand(StiRectangle rect)
Creates a new component of the type StiOverlayBand with specified location. |
|
StiPageFooterBand(StiRectangle rect)
Creates a new component of the type StiPageFooterBand with specified location. |
|
StiPageHeaderBand(StiRectangle rect)
Creates a new component of the type StiPageHeaderBand with specified location. |
|
StiReportSummaryBand(StiRectangle rect)
Creates a new component of the type StiComponent with specified location. |
|
StiReportTitleBand(StiRectangle rect)
Creates a new component of the type StiReportTitleBand. |
|
StiStaticBand(StiRectangle rect)
Creates a new static band. |
|
StiTableOfContents(StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.components.complexcomponents |
---|
Methods in com.stimulsoft.report.components.complexcomponents that return StiRectangle | |
---|---|
StiRectangle |
StiContainer.ContainerToPage(StiRectangle rect)
Converts a rectangle from container coordinates into coordinates of a page. |
StiRectangle |
StiContainer.getClientRectangle()
|
StiRectangle |
StiContainer.getComponentsSelectedRectangle()
Returns the rectangle that includes all selected objects in the container. |
StiRectangle |
StiContainer.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiContainer.GetRectangle()
The rectangle includes all selected objects in the container. |
StiRectangle |
StiContainer.GetSelectedRectangleWithChilds()
The rectangle includes all selected objects in the container and children containers which are located in the selected containers. |
StiRectangle |
StiContainer.PageToContainer(StiRectangle rectIn)
Converts a rectangle from coordinates of a page into container coordinates. |
Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiRectangle | |
---|---|
void |
StiContainer.ChangePosition(StiRectangle delta)
Changes the position of the selected component. |
StiRectangle |
StiContainer.ContainerToPage(StiRectangle rect)
Converts a rectangle from container coordinates into coordinates of a page. |
StiContainer |
StiContainer.GetContainerInRect(StiRectangle rect,
StiComponent component)
Returns an container in which client zone coordinates are got. |
StiContainer |
StiContainer.GetContainerInRect2(StiRectangle rect,
StiComponent component,
java.util.HashMap hash)
|
StiRectangle |
StiContainer.PageToContainer(StiRectangle rectIn)
Converts a rectangle from coordinates of a page into container coordinates. |
void |
StiContainer.SelectInRectangle(StiRectangle rect)
Selects all objects in the container which intersect with the specified rectangle. |
void |
StiContainer.SelectInRectangleCheckBands(StiRectangle rect)
|
void |
StiSubReport.setClientRectangle(StiRectangle value)
|
Constructors in com.stimulsoft.report.components.complexcomponents with parameters of type StiRectangle | |
---|---|
StiClone(StiRectangle rect)
Creates a new clone. |
|
StiContainer(StiRectangle rect)
Creates a new container. |
|
StiPanel(StiRectangle rect)
Creates a new panel. |
|
StiSubReport(StiRectangle rect)
Creates a new component of the type StiSubReport. |
Uses of StiRectangle in com.stimulsoft.report.components.crossBands |
---|
Methods in com.stimulsoft.report.components.crossBands that return StiRectangle | |
---|---|
StiRectangle |
StiCrossHeaderBand.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiCrossGroupHeaderBand.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiCrossGroupFooterBand.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiCrossFooterBand.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiCrossDataBand.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiCrossHeaderBand.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiCrossGroupHeaderBand.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiCrossGroupFooterBand.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiCrossFooterBand.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiCrossDataBand.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
StiRectangle |
StiCrossHeaderBand.getSelectRectangle()
Gets or sets a rectangle of the component selection. |
StiRectangle |
StiCrossGroupHeaderBand.getSelectRectangle()
Gets or sets a rectangle of the component selection. |
StiRectangle |
StiCrossGroupFooterBand.getSelectRectangle()
Gets or sets a rectangle of the component selection. |
StiRectangle |
StiCrossFooterBand.getSelectRectangle()
Gets or sets a rectangle of the component selection. |
StiRectangle |
StiCrossDataBand.getSelectRectangle()
Gets or sets a rectangle of the component selection. |
Methods in com.stimulsoft.report.components.crossBands with parameters of type StiRectangle | |
---|---|
void |
StiCrossHeaderBand.setDisplayRectangle(StiRectangle value)
|
void |
StiCrossGroupHeaderBand.setDisplayRectangle(StiRectangle value)
|
void |
StiCrossGroupFooterBand.setDisplayRectangle(StiRectangle value)
|
void |
StiCrossFooterBand.setDisplayRectangle(StiRectangle value)
|
void |
StiCrossDataBand.setDisplayRectangle(StiRectangle value)
|
void |
StiCrossHeaderBand.setSelectRectangle(StiRectangle value)
|
void |
StiCrossGroupHeaderBand.setSelectRectangle(StiRectangle value)
|
void |
StiCrossGroupFooterBand.setSelectRectangle(StiRectangle value)
|
void |
StiCrossFooterBand.setSelectRectangle(StiRectangle value)
|
void |
StiCrossDataBand.setSelectRectangle(StiRectangle value)
|
Constructors in com.stimulsoft.report.components.crossBands with parameters of type StiRectangle | |
---|---|
StiCrossDataBand(StiRectangle rect)
Creates a new component of the type StiCrossDataBand with specified location. |
|
StiCrossFooterBand(StiRectangle rect)
Creates a new component of the type StiCrossFooterBand with specified location. |
|
StiCrossGroupFooterBand(StiRectangle rect)
Creates a new component of the type StiCrossGroupFooterBand with the specified location. |
|
StiCrossGroupHeaderBand(StiRectangle rect)
Creates a new component of the type StiCrossGroupHeaderBand with specified location. |
|
StiCrossHeaderBand(StiRectangle rect)
Creates a component of the type StiCrossHeaderBand with specified location. |
Uses of StiRectangle in com.stimulsoft.report.components.shapeTypes |
---|
Methods in com.stimulsoft.report.components.shapeTypes with parameters of type StiRectangle | |
---|---|
void |
StiShapeTypeService.paint(StiGraphics g,
StiShape shape,
StiRectangle rect,
double zoom,
double pageZoom)
Draws the shape with the specified parameters. |
Uses of StiRectangle in com.stimulsoft.report.components.simplecomponents |
---|
Methods in com.stimulsoft.report.components.simplecomponents that return StiRectangle | |
---|---|
StiRectangle |
StiZipCode.calculateRect(StiRectangle rect,
int count,
int index,
StiRectangle markRect)
Calculate Rectangle |
StiRectangle |
StiImage.convertImageMargins(StiRectangle rect,
boolean convert)
|
StiRectangle |
StiText.convertTextBorders(StiRectangle rect,
boolean convert)
|
StiRectangle |
StiText.convertTextMargins(StiRectangle rect,
boolean convert)
|
StiRectangle |
StiRichText.convertTextMargins(StiRectangle rect,
boolean convert)
|
StiRectangle |
StiText.getClientRectangle()
|
StiRectangle |
StiPrimitive.getClientRectangle()
Gets or sets the client area of a component. |
StiRectangle |
StiZipCode.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiSparkline.getDefaultClientRectangle()
|
StiRectangle |
StiShape.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiLinePrimitive.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiImage.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiPrimitive.getDisplayRectangle()
Gets or sets a rectangle of the component which it fills. |
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiRectangle | |
---|---|
StiRectangle |
StiZipCode.calculateRect(StiRectangle rect,
int count,
int index,
StiRectangle markRect)
Calculate Rectangle |
StiRectangle |
StiImage.convertImageMargins(StiRectangle rect,
boolean convert)
|
StiRectangle |
StiText.convertTextBorders(StiRectangle rect,
boolean convert)
|
StiRectangle |
StiText.convertTextMargins(StiRectangle rect,
boolean convert)
|
StiRectangle |
StiRichText.convertTextMargins(StiRectangle rect,
boolean convert)
|
static java.awt.image.BufferedImage |
StiImageHelper.decodeImage(byte[] bytes,
StiRectangle rect)
|
static java.awt.image.BufferedImage |
StiImageHelper.decodeImage(byte[] bytes,
StiRectangle rect,
double zoom)
Decode raw image bytes to buffered image |
static java.awt.image.BufferedImage |
StiImageHelper.decodeImage(java.lang.String value,
StiRectangle rect)
|
static java.awt.image.BufferedImage |
StiImageHelper.decodeImage(java.lang.String value,
StiRectangle rect,
double zoom)
Decode String value to buffered image |
java.awt.image.BufferedImage |
StiView.getBufferedImage(StiRectangle rect)
|
java.awt.image.BufferedImage |
StiImage.getBufferedImage(StiRectangle rect)
|
java.awt.image.BufferedImage |
StiView.getBufferedImage(StiRectangle rect,
double zoom)
|
void |
StiPrimitive.setClientRectangle(StiRectangle value)
|
void |
StiPrimitive.setDirectDisplayRectangle(StiRectangle rect)
|
void |
StiPrimitive.setDisplayRectangle(StiRectangle value)
|
Constructors in com.stimulsoft.report.components.simplecomponents with parameters of type StiRectangle | |
---|---|
StiCheckBox(StiRectangle rect)
Creates a new component of the type StiCheckBox. |
|
StiContourText(StiRectangle rect)
Creates a new contour text. |
|
StiContourText(StiRectangle rect,
java.lang.String text)
Creates a new contour text. |
|
StiCrossLinePrimitive(StiRectangle rect)
Creates a new StiCrossLinePrimitive. |
|
StiEndPointPrimitive(StiRectangle rect)
Creates a new StiEndPointPrimitive. |
|
StiHorizontalLinePrimitive(StiRectangle rect)
Creates a new StiHorizontalLinePrimitive. |
|
StiImage(StiRectangle rect)
Creates a new component of the type StiImage with specified location. |
|
StiLinePrimitive(StiRectangle rect)
Creates a new StiLinePrimitive. |
|
StiPointPrimitive(StiRectangle rect)
Creates a new StiPointPrimitive. |
|
StiPrimitive(StiRectangle rect)
Creates a new StiPrimitive. |
|
StiRectanglePrimitive(StiRectangle rect)
Creates a new StiRectanglePrimitive. |
|
StiRichText(StiRectangle rect)
Creates a new component of the type StiRichText. |
|
StiRichText(StiRectangle rect,
java.lang.String text)
Creates a new component of the type StiRichText. |
|
StiRoundedRectanglePrimitive(StiRectangle rect)
Creates a new StiRoundedRectanglePrimitive. |
|
StiShape(StiRectangle rect)
Creates a new component of the type StiShape. |
|
StiSimpleText(StiRectangle rect)
Creates a new component of the type StiSimpleText. |
|
StiSimpleText(StiRectangle rect,
java.lang.String text)
Creates a new component of the type StiSimpleText. |
|
StiSparkline(StiRectangle rect)
Creates a new StiSparkline. |
|
StiStartPointPrimitive(StiRectangle rect)
Creates a new StiStartPointPrimitive. |
|
StiSystemText(StiRectangle rect)
Creates a new component of the type StiSystemText. |
|
StiSystemText(StiRectangle rect,
java.lang.String text)
Creates a new component of the type StiSystemText. |
|
StiText(StiRectangle rect)
Creates a new StiText. |
|
StiText(StiRectangle rect,
java.lang.String text)
Creates a new StiText. |
|
StiTextInCells(StiRectangle rect)
Creates a new StiTextInCells. |
|
StiTextInCells(StiRectangle rect,
java.lang.String text)
Creates a new StiTextInCells. |
|
StiVerticalLinePrimitive(StiRectangle rect)
Creates a new StiVerticalLinePrimitive. |
|
StiView(StiRectangle rect)
Creates a new component of the type StiView. |
|
StiZipCode(StiRectangle rect)
Creates a new component of the type StiZipCode. |
Uses of StiRectangle in com.stimulsoft.report.components.table |
---|
Methods in com.stimulsoft.report.components.table that return StiRectangle | |
---|---|
StiRectangle |
StiTable.getDefaultClientRectangle()
|
Constructors in com.stimulsoft.report.components.table with parameters of type StiRectangle | |
---|---|
StiTable(StiRectangle rect)
Creates an object of the type StiDataBand. |
Uses of StiRectangle in com.stimulsoft.report.crossTab |
---|
Fields in com.stimulsoft.report.crossTab declared as StiRectangle | |
---|---|
StiRectangle |
StiCrossTabInfoV1.RenderRect
|
StiRectangle |
StiCrossTabInfo.RenderRect
|
Methods in com.stimulsoft.report.crossTab that return StiRectangle | |
---|---|
static StiRectangle |
StiCrossTabHelper.GetCellRect(StiCrossTab masterCrossTab,
int colIndex,
int rowIndex)
|
static StiRectangle |
StiCrossTabHelper.GetCellRect(StiCrossTab masterCrossTab,
int colIndex,
int rowIndex,
int state,
int colRow,
int sumColumn,
int sumHeaders)
|
StiRectangle |
StiCrossTab.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiCrossTabParams.getDestinationRectangle()
|
Methods in com.stimulsoft.report.crossTab with parameters of type StiRectangle | |
---|---|
static int |
StiCrossTabHelper.GetEndCol(StiCrossTab masterCrossTab,
int startCol,
StiRectangle rect)
|
static int |
StiCrossTabHelper.GetEndRow(StiCrossTab masterCrossTab,
int startRow,
StiRectangle rect)
|
static void |
StiCrossTabHelper.RenderCells(StiCrossTab masterCrossTab,
StiContainer outContainer,
int startCol,
int startRow,
int endCol,
int endRow,
StiRectangle rect)
|
void |
StiCrossTabParams.setDestinationRectangle(StiRectangle value)
|
Constructors in com.stimulsoft.report.crossTab with parameters of type StiRectangle | |
---|---|
StiCrossTab(StiRectangle rect)
Creates an object of the type StiCrossTab. |
Uses of StiRectangle in com.stimulsoft.report.dialogs |
---|
Methods in com.stimulsoft.report.dialogs that return StiRectangle | |
---|---|
StiRectangle |
StiReportControl.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiListBoxControl.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiGroupBoxControl.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiGridControl.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiRectangle |
StiCheckedListBoxControl.getDefaultClientRectangle()
Gets or sets the default client area of a component. |
Constructors in com.stimulsoft.report.dialogs with parameters of type StiRectangle | |
---|---|
StiButtonControl(StiRectangle rect)
Creates a new StiButtonControl. |
|
StiCheckBoxControl(StiRectangle rect)
Creates a new StiCheckBoxControl. |
|
StiCheckedListBoxControl(StiRectangle rect)
Creates a new StiCheckedListBoxControl. |
|
StiComboBoxControl(StiRectangle rect)
Creates a new StiComboBoxControl. |
|
StiDateTimePickerControl(StiRectangle rect)
Creates a new StiDateTimePickerControl. |
|
StiGridControl(StiRectangle rect)
Creates a new StiGridControl. |
|
StiGroupBoxControl(StiRectangle rect)
Creates a new StiGroupBoxControl. |
|
StiLabelControl(StiRectangle rect)
Creates a new StiLabelControl. |
|
StiListBoxControl(StiRectangle rect)
Creates a new StiListBoxControl. |
|
StiRadioButtonControl(StiRectangle rect)
Creates a new StiRadioButtonControl. |
|
StiReportControl(StiRectangle rect)
Creates a new StiReportControl. |
|
StiTextBoxControl(StiRectangle rect)
Creates a new StiTextBoxControl. |
Uses of StiRectangle in com.stimulsoft.report.engine |
---|
Methods in com.stimulsoft.report.engine with parameters of type StiRectangle | |
---|---|
static IStiGeomInteraction |
StiChartInteractionHelper.GetInteraction(StiChart chart,
StiRectangle chartRect,
float x,
float y,
StiRefObject<StiCellGeom> chartGeom,
float zoom)
Returns IStiGeomInteraction object for specified chart at specified x and y location. |
Uses of StiRectangle in com.stimulsoft.report.events |
---|
Methods in com.stimulsoft.report.events that return StiRectangle | |
---|---|
StiRectangle |
StiPaintEventArgs.getClipRectangle()
Gets the rectangle in which to paint. |
Constructors in com.stimulsoft.report.events with parameters of type StiRectangle | |
---|---|
StiPaintEventArgs(java.lang.Object context,
StiRectangle clipRectangle)
Creates a new object of the type StiPaintEventArgs with specified arguments. |
Uses of StiRectangle in com.stimulsoft.report.export.service |
---|
Methods in com.stimulsoft.report.export.service with parameters of type StiRectangle | |
---|---|
void |
StiHtmlExportService.addCoord(StiRectangle rect)
Add coordinates to map |
Uses of StiRectangle in com.stimulsoft.report.export.service.helper |
---|
Methods in com.stimulsoft.report.export.service.helper that return StiRectangle | |
---|---|
static StiRectangle |
StiChartSvgHelper.correctRectLabel(StiRotationMode rotationMode,
StiRectangle textRect)
|
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiRectangle | |
---|---|
static StiRectangle |
StiChartSvgHelper.correctRectLabel(StiRotationMode rotationMode,
StiRectangle textRect)
|
static java.lang.String |
StiGaugeSvgHelper.getArcPath(StiRectangle rect,
java.lang.String path_,
double startAngle,
double sweepAngle,
boolean isSetStartPoint)
|
static java.lang.String |
StiChartSvgHelper.writeFillBrush(org.w3c.dom.Element el,
java.lang.Object brush,
StiRectangle rect,
double dx,
double dy,
org.w3c.dom.Document document)
|
static java.lang.String |
StiGaugeSvgHelper.writeFillBrush(StiXmlTextWriter writer,
java.lang.Object brush,
StiRectangle rect)
|
static java.lang.String |
StiBrushSvgHelper.writeGlareBrush(org.w3c.dom.Element el,
java.lang.Object brush,
StiRectangle rect,
org.w3c.dom.Document doc)
|
static java.lang.String |
StiBrushSvgHelper.writeGlassBrush(org.w3c.dom.Element el,
java.lang.Object brush,
StiRectangle rect,
org.w3c.dom.Document doc)
|
static java.lang.String |
StiBrushSvgHelper.writeGradientBrush(org.w3c.dom.Element el,
java.lang.Object brush,
StiRectangle rect,
org.w3c.dom.Document doc)
|
Uses of StiRectangle in com.stimulsoft.report.export.tools |
---|
Methods in com.stimulsoft.report.export.tools that return StiRectangle | |
---|---|
StiRectangle |
StiMatrix.getRange(StiRectangle rect)
Get range by StiRectangle |
Methods in com.stimulsoft.report.export.tools that return types with arguments of type StiRectangle | |
---|---|
java.util.Hashtable<StiComponent,StiRectangle> |
StiMatrix.getImagesBaseRect()
|
Methods in com.stimulsoft.report.export.tools with parameters of type StiRectangle | |
---|---|
void |
StiBarCodeExportPainter.baseDrawString(java.lang.Object context,
java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
StiSvgGeomWriter.drawArc(StiRectangle rect,
StiPoint p1,
StiPoint p2,
StiPen pen)
|
void |
StiPdfGeomWriter.drawArc(StiRectangle rect,
StiPoint p1,
StiPoint p2,
StiPen pen)
|
void |
IStiExportGeomWriter.drawArc(StiRectangle rect,
StiPoint p1,
StiPoint p2,
StiPen pen)
|
void |
StiPdfGeomWriter.drawEllipse(StiRectangle rect,
StiPen pen)
|
void |
StiSvgGeomWriter.drawImage(StiImage img,
StiRectangle rect)
|
void |
StiPdfGeomWriter.drawImage(StiImage img,
StiRectangle rect)
|
void |
IStiExportGeomWriter.drawImage(StiImage img,
StiRectangle rect)
|
void |
StiSvgGeomWriter.drawRectangle(StiRectangle rect,
StiPen pen)
|
void |
StiPdfGeomWriter.drawRectangle(StiRectangle rect,
StiPen pen)
|
void |
IStiExportGeomWriter.drawRectangle(StiRectangle rect,
StiPen pen)
|
void |
StiSvgGeomWriter.drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
StiPdfGeomWriter.drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
IStiExportGeomWriter.drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
StiSvgGeomWriter.fillEllipse(StiRectangle rect,
StiBrush brush)
|
void |
StiPdfGeomWriter.fillEllipse(StiRectangle rect,
StiBrush brush)
|
void |
IStiExportGeomWriter.fillEllipse(StiRectangle rect,
StiBrush brush)
|
void |
StiSvgGeomWriter.fillRectangle(StiRectangle rect,
StiBrush brush)
|
void |
StiPdfGeomWriter.fillRectangle(StiRectangle rect,
StiBrush brush)
|
void |
IStiExportGeomWriter.fillRectangle(StiRectangle rect,
StiBrush brush)
|
void |
StiSvgGeomWriter.fillRectangle(StiRectangle rect,
StiColor color)
|
void |
StiPdfGeomWriter.fillRectangle(StiRectangle rect,
StiColor color)
|
void |
IStiExportGeomWriter.fillRectangle(StiRectangle rect,
StiColor color)
|
StiRectangle |
StiMatrix.getRange(StiRectangle rect)
Get range by StiRectangle |
static java.util.List<StiLineInfo> |
StiTextRenderer.getTextLines(java.lang.String text,
StiFont font,
StiRectangle rect,
java.lang.Boolean wordWrap)
Get text lines |
boolean |
StiPdfGeomWriter.setBrush(java.lang.Object brush,
StiRectangle rect,
StiRefObject<java.lang.Boolean> isTransparent,
boolean saveState)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge |
---|
Methods in com.stimulsoft.report.infographics.gauge that return StiRectangle | |
---|---|
StiRectangle |
StiGauge.getDefaultClientRectangle()
|
Constructors in com.stimulsoft.report.infographics.gauge with parameters of type StiRectangle | |
---|---|
StiGauge(StiRectangle rect)
Creates a new StiGauge. |
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.helpers |
---|
Methods in com.stimulsoft.report.infographics.gauge.helpers with parameters of type StiRectangle | |
---|---|
static double |
StiRectangleHelper.centerX(StiRectangle rect)
|
static double |
StiRectangleHelper.centerY(StiRectangle rect)
|
static java.util.List<StiPathCommand> |
StiDrawingHelper.getArcGeometry(StiRectangle rect,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth)
|
static java.util.List<StiPathCommand> |
StiDrawingHelper.getRoundedPath(StiRectangle rect,
int offset,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.indicators |
---|
Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiRectangle | |
---|---|
void |
StiRadialBar.interactiveClick(StiRectangle rect,
StiPoint p)
|
void |
StiNeedle.interactiveClick(StiRectangle rect,
StiPoint p)
|
void |
StiLinearMarker.interactiveClick(StiRectangle rect,
StiPoint p)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.interfaces |
---|
Methods in com.stimulsoft.report.infographics.gauge.interfaces that return StiRectangle | |
---|---|
StiRectangle |
IStiScaleBarGeometry.getRectGeometry()
|
Methods in com.stimulsoft.report.infographics.gauge.interfaces with parameters of type StiRectangle | |
---|---|
void |
IStiScaleBarGeometry.checkRectGeometry(StiRectangle rect)
|
Method parameters in com.stimulsoft.report.infographics.gauge.interfaces with type arguments of type StiRectangle | |
---|---|
StiGraphicsPathLinesGaugeGeom |
IStiScaleBarGeometry.drawGeometry(StiGaugeContextPainter context,
double StartValue,
double EndValue,
double StartWidth,
double EndWidth,
double Offset,
StiPlacement Placement,
StiRefObject<StiRectangle> rect,
boolean returnOnlyRect)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry |
---|
Methods in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry that return StiRectangle | |
---|---|
StiRectangle |
StiRadialBarGeometry.getRectGeometry()
|
StiRectangle |
StiLinearBarGeometry.getRectGeometry()
|
Methods in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry with parameters of type StiRectangle | |
---|---|
void |
StiRadialBarGeometry.checkRectGeometry(StiRectangle rect)
|
void |
StiLinearBarGeometry.checkRectGeometry(StiRectangle rect)
|
StiGraphicsPathLinesGaugeGeom |
StiLinearBarGeometry.drawPrimitiveGeometry(StiGaugeContextPainter context,
StiRectangle rect,
double minAscent,
double maxAscent,
double StartWidth,
double EndWidth,
StiPlacement Placement,
double restOffset,
boolean isStartGreaterEnd)
|
Method parameters in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry with type arguments of type StiRectangle | |
---|---|
StiGraphicsPathLinesGaugeGeom |
StiRadialBarGeometry.drawGeometry(StiGaugeContextPainter context,
double StartValue,
double EndValue,
double StartWidth,
double EndWidth,
double Offset,
StiPlacement Placement,
StiRefObject<StiRectangle> rect,
boolean returnOnlyRect)
|
StiGraphicsPathLinesGaugeGeom |
StiLinearBarGeometry.drawGeometry(StiGaugeContextPainter context,
double StartValue,
double EndValue,
double StartWidth,
double EndWidth,
double Offset,
StiPlacement Placement,
StiRefObject<StiRectangle> rect,
boolean returnOnlyRect)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.skins |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins with parameters of type StiRectangle | |
---|---|
void |
StiGaugeElementSkin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect)
|
abstract void |
StiGaugeElementSkin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.skins.markerindicator |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.markerindicator with parameters of type StiRectangle | |
---|---|
void |
StiMarker9Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker8Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker7Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker6Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker5Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker4Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker15Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker14Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker13Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker12Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker11Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMarker10Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.skins.needleindicator |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.needleindicator with parameters of type StiRectangle | |
---|---|
void |
StiNeedleIndicator4Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiNeedleIndicator3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiNeedleIndicator2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiNeedleIndicator1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.skins.stateindicator |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.stateindicator with parameters of type StiRectangle | |
---|---|
void |
StiState3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiState2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiState1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiRectangle in com.stimulsoft.report.infographics.gauge.skins.tickmark |
---|
Methods in com.stimulsoft.report.infographics.gauge.skins.tickmark with parameters of type StiRectangle | |
---|---|
void |
StiMark7Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark6Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark5Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark4Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark3Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark2Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
void |
StiMark1Skin.draw(StiGaugeContextPainter context,
StiGaugeElement element,
StiRectangle rect,
java.lang.Double angle,
StiPoint centerPoint)
|
Uses of StiRectangle in com.stimulsoft.report.maps |
---|
Fields in com.stimulsoft.report.maps declared as StiRectangle | |
---|---|
StiRectangle |
StiMapSvg.rect
|
Methods in com.stimulsoft.report.maps that return StiRectangle | |
---|---|
StiRectangle |
StiMap.getClientRectangle()
|
StiRectangle |
StiMap.getDefaultClientRectangle()
|
Methods in com.stimulsoft.report.maps with parameters of type StiRectangle | |
---|---|
void |
StiMap.setClientRectangle(StiRectangle value)
|
Constructors in com.stimulsoft.report.maps with parameters of type StiRectangle | |
---|---|
StiMap(StiRectangle rect)
Creates a new StiGauge. |
Uses of StiRectangle in com.stimulsoft.report.painters |
---|
Fields in com.stimulsoft.report.painters declared as StiRectangle | |
---|---|
StiRectangle |
StiGaugeContextPainter.rect
|
Methods in com.stimulsoft.report.painters that return StiRectangle | |
---|---|
StiRectangle |
StiContextPainter.getPathBounds(java.util.List<StiSegmentGeom> geoms)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiPoint point,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle,
int maximalWidth,
boolean wordWrap)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
double angle)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
Methods in com.stimulsoft.report.painters that return types with arguments of type StiRectangle | |
---|---|
java.util.List<StiRectangle> |
StiPaintArgs.getClipRectangles()
|
Methods in com.stimulsoft.report.painters with parameters of type StiRectangle | |
---|---|
void |
StiPaintArgs.addClipRectangle(StiRectangle clipRectangle)
Add clip rectangle |
void |
StiGaugeContextPainter.addEllipseGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
void |
StiGaugeContextPainter.addGraphicsArcGeometryGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth)
|
void |
StiGaugeContextPainter.addPieGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
double startAngle,
double sweepAngle)
|
void |
StiGaugeContextPainter.addRadialRangeGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
void |
StiGaugeContextPainter.addRectangleGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
void |
StiGaugeContextPainter.addRoundedRectangleGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom)
|
void |
StiGaugeContextPainter.addTextGaugeGeom(java.lang.String text,
StiFont font,
StiBrush foreground,
StiRectangle rect,
StringFormat sf)
|
java.lang.Boolean |
StiPaintArgs.intersectsWith(StiRectangle rect)
Intersects width |
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
double angle)
|
StiRectangle |
StiContextPainter.measureRotatedString(java.lang.String text,
StiFontGeom font,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
double angle)
|
void |
StiGdiMapContextPainter.render(StiGraphics g,
boolean useZoom,
StiRectangle rect,
boolean center)
|
void |
StiContextPainter.render(StiRectangle rect,
java.util.List<StiGeom> geoms)
|
Method parameters in com.stimulsoft.report.painters with type arguments of type StiRectangle | |
---|---|
void |
StiPaintArgs.addClipRectangles(java.util.List<StiRectangle> clipRectangles)
Add clip rectangles |
Constructors in com.stimulsoft.report.painters with parameters of type StiRectangle | |
---|---|
StiGaugeContextPainter(StiGauge gauge,
StiRectangle rect,
double zoom,
double pageZoom)
|
|
StiGdiGaugeContextPainter(StiGraphics g,
StiGauge gauge,
StiRectangle rect,
double zoom,
double pageZoom)
|
|
StiPaintArgs(StiGraphics g,
StiRectangle clipRectangle)
Constructor |
Uses of StiRectangle in com.stimulsoft.report.painters.cell |
---|
Methods in com.stimulsoft.report.painters.cell with parameters of type StiRectangle | |
---|---|
static void |
StiLineSparklinesCellPainter.draw(StiContext context,
StiRectangle rect,
double[] array,
double zoom,
double pageZoom,
StiColor sparklineColor,
boolean showArea,
boolean showFirstLastMarker,
boolean showHighLowMarker)
|
static void |
StiWinLossSparklinesCellPainter.draw(StiContext context,
StiRectangle rect,
double[] array,
StiColor positiveColor,
StiColor negativeColor)
|
static void |
StiColumnSparklinesCellPainter.draw(StiContext context,
StiRectangle rect,
double[] array,
StiColor positiveColor,
StiColor negativeColor)
|
Uses of StiRectangle in com.stimulsoft.report.painters.components |
---|
Methods in com.stimulsoft.report.painters.components that return StiRectangle | |
---|---|
StiRectangle |
StiTextPainter.paintIndicator(StiText textComp,
StiGraphics g,
StiRectangle rect)
Paint indicator |
Methods in com.stimulsoft.report.painters.components with parameters of type StiRectangle | |
---|---|
void |
StiBarCodePainter.baseDrawString(StiGraphics g,
java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
java.lang.Double zoom)
Draw string |
void |
StiBarCodePainter.baseDrawString(StiGraphics g,
java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
java.lang.Double zoom)
Draw string |
void |
StiBarCodePainter.baseTransform(StiGraphics g,
java.lang.Double x,
java.lang.Double y,
java.lang.Double angle,
java.lang.Double dx,
java.lang.Double dy,
StiRectangle clip)
Transform BarCode |
void |
StiChartPainter.drawChart(StiChart chart,
StiGraphics g,
StiRectangle rect,
boolean useMargins,
boolean useBackground)
|
void |
StiGaugePainter.drawGauge(StiGauge gauge,
StiGraphics g,
StiRectangle rect,
double zoom)
|
void |
StiGaugePainter.drawGauge(StiGraphics g,
StiGauge gauge,
StiRectangle rect)
|
void |
StiMapPainter.drawMap(StiMap map,
StiGraphics g,
StiRectangle rect,
boolean useMargins,
boolean useBackground,
boolean useZoom)
|
void |
StiPagePainter.drawPageNumber(StiPage page,
StiGraphics g,
java.lang.Integer pageNumber,
StiRectangle pageRect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw page numbers for segment page |
void |
StiComponentPainter.drawSelectedRectangle(StiGraphics g,
java.lang.Double size,
StiBrush brush,
StiRectangle rect)
Draws a selected rectangle specified by a Rectangle structure. |
static void |
StiSparklinePainter.drawSparkline(StiGraphics g,
StiRectangle rect,
StiSparkline sparkline,
double zoom,
double pageZoom)
|
void |
StiZipCodePainter.drawZipCode(StiZipCode zipCode,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
draw Zip Code |
void |
StiTextPainter.paintBackground(StiText text,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint component background |
void |
StiTextInCellsPainter.paintBackground(StiText textComp,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
|
void |
StiTextPainter.paintBorder(StiComponent component,
StiGraphics g,
StiRectangle rect,
java.lang.Boolean topMost,
java.lang.Boolean isThumbPaint,
java.lang.Double zoom)
|
void |
StiTextInCellsPainter.paintBorder(StiComponent textComp,
StiGraphics g,
StiRectangle rect,
java.lang.Boolean drawBorderFormatting,
java.lang.Boolean drawTopmostBorderSides,
java.lang.Double zoom)
|
void |
StiComponentPainter.paintBorder(StiComponent component,
StiGraphics g,
StiRectangle rect,
java.lang.Boolean topMost,
java.lang.Boolean isThumbPaint,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint component border |
void |
StiChartPainter.paintChart(StiChart chart,
StiGraphics g,
StiRectangle rect,
boolean topMost,
boolean drawFormatting,
boolean isThumnail)
|
static void |
StiCheckBoxPainter.paintCheck(StiCheckBox checkBox,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
Paint Checkbox |
void |
StiComponentPainter.paintConditions(StiComponent component,
StiGraphics g,
StiRectangle rect)
Paints conditions of a component. |
void |
StiComponentPainter.paintEvents(StiComponent component,
StiGraphics g,
StiRectangle rect)
|
void |
StiPagePainter.paintImage(StiReport report,
StiWatermark watermark,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
Paint image watermark |
void |
StiViewPainter.paintImage(StiView view,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
Paint image |
StiRectangle |
StiTextPainter.paintIndicator(StiText textComp,
StiGraphics g,
StiRectangle rect)
Paint indicator |
void |
StiComponentPainter.paintMarkers(StiComponent component,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paints a markers specified by a Rectangle structure. |
void |
StiTextPainter.paintText(StiText textComp,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
Paint component text |
void |
StiTextInCellsPainter.paintText(StiText textComp,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom)
|
void |
StiPagePainter.paintText(StiWatermark watermark,
StiGraphics g,
StiRectangle rect,
double zoom,
boolean isPrinting)
|
void |
StiPagePainter.paintTileImage(java.awt.image.BufferedImage watermarkImage,
StiGraphics g,
StiRectangle rect,
StiSize imageSize,
java.lang.Double zoom,
StiReport report)
Paint title image watermark |
static void |
StiSparklinePainter.RenderSparkline(StiContext context,
StiRectangle rect,
StiSparkline sparkline,
double zoom,
double pageZoom)
|
Uses of StiRectangle in com.stimulsoft.report.painters.context.gauge.geoms |
---|
Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StiRectangle | |
---|---|
StiRectangle |
StiRadialRangeGaugeGeom.rect
|
StiRectangle |
StiPieGaugeGeom.rect
|
StiRectangle |
StiGraphicsArcGeometryGaugeGeom.rect
|
StiRectangle |
StiTextGaugeGeom.Rect
|
StiRectangle |
StiRoundedRectangleGaugeGeom.Rect
|
StiRectangle |
StiRectangleGaugeGeom.Rect
|
StiRectangle |
StiGraphicsPathGaugeGeom.Rect
|
StiRectangle |
StiEllipseGaugeGeom.Rect
|
Constructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiRectangle | |
---|---|
StiEllipseGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
|
StiGraphicsArcGeometryGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth)
|
|
StiGraphicsPathGaugeGeom(StiRectangle rect,
StiPoint startPoint,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
|
StiPieGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
double startAngle,
double sweepAngle)
|
|
StiRadialRangeGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
|
StiRectangleGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
|
StiRoundedRectangleGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom)
|
|
StiTextGaugeGeom(java.lang.String text,
StiFont font,
StiBrush foreground,
StiRectangle rect,
StringFormat sf)
|
Uses of StiRectangle in com.stimulsoft.report.painters.indicator |
---|
Methods in com.stimulsoft.report.painters.indicator that return StiRectangle | |
---|---|
StiRectangle |
StiIndicatorTypePainter.paint(StiGraphics g,
StiComponent component,
StiRectangle rect)
Paint indicator |
StiRectangle |
StiIconSetIndicatorTypePainter.paint(StiGraphics g,
StiComponent component,
StiRectangle rect)
Paint indicator |
StiRectangle |
StiDataBarIndicatorTypePainter.paint(StiGraphics g,
StiComponent component,
StiRectangle rect)
Paint indicator |
Methods in com.stimulsoft.report.painters.indicator with parameters of type StiRectangle | |
---|---|
StiRectangle |
StiIndicatorTypePainter.paint(StiGraphics g,
StiComponent component,
StiRectangle rect)
Paint indicator |
StiRectangle |
StiIconSetIndicatorTypePainter.paint(StiGraphics g,
StiComponent component,
StiRectangle rect)
Paint indicator |
StiRectangle |
StiDataBarIndicatorTypePainter.paint(StiGraphics g,
StiComponent component,
StiRectangle rect)
Paint indicator |
Uses of StiRectangle in com.stimulsoft.report.painters.shapetype |
---|
Methods in com.stimulsoft.report.painters.shapetype with parameters of type StiRectangle | |
---|---|
static void |
StiShapeTypePainter.drawShape(StiGraphics g,
StiShape shape,
java.util.List<StiPathCommand> path,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw shape |
void |
StiVerticalLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiTriangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiTrapezoidShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiTopAndBottomLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiSnipSameSideCornerRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiSnipDiagonalSideCornerRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiRoundedRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiRegularPentagonShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiPlusShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiPieShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiParallelogramShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiOvalShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiMultiplyShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiMinusShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiLeftAndRightLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiHorizontalLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFrameShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFlowchartSortShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFlowchartPreparationShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFlowchartOffPageConnectorShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFlowchartManualInputShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFlowchartDecisionShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFlowchartCollateShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiFlowchartCardShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiEqualShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiDivisionShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiDiagonalUpLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiDiagonalDownLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiComplexArrowShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiChordShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiChevronShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiBentArrowShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
void |
StiArrowShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint StiShape |
Uses of StiRectangle in com.stimulsoft.report.styles |
---|
Methods in com.stimulsoft.report.styles with parameters of type StiRectangle | |
---|---|
void |
StiMapStyle.drawBox(StiGraphics g,
StiRectangle rect,
boolean paintValue,
boolean paintImage,
double zoom,
double pageZoom)
|
void |
StiTableStyle.drawStyle(java.awt.Graphics g,
StiRectangle rect,
boolean paintValue,
boolean paintImage)
|
void |
StiMapStyle.drawStyle(StiGraphics g,
StiRectangle rect,
boolean paintValue,
boolean paintImage,
double zoom,
double pageZoom)
|
void |
StiTableStyle.drawStyleForGallery(StiGraphics g,
StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.report.units |
---|
Methods in com.stimulsoft.report.units that return StiRectangle | |
---|---|
StiRectangle |
StiUnit.ConvertFromHInches(StiRectangle rect)
Converts a rectangle from hundredths of inch into units of this class. |
StiRectangle |
StiUnit.ConvertToHInches(StiRectangle rect)
Converts a rectangle from units of this class into hundredths of inch. |
StiRectangle |
StiUnit.ConvertToHInchesStiRectangle(StiRectangle rect)
|
Methods in com.stimulsoft.report.units with parameters of type StiRectangle | |
---|---|
StiRectangle |
StiUnit.ConvertFromHInches(StiRectangle rect)
Converts a rectangle from hundredths of inch into units of this class. |
StiRectangle |
StiUnit.ConvertToHInches(StiRectangle rect)
Converts a rectangle from units of this class into hundredths of inch. |
StiRectangle |
StiUnit.ConvertToHInchesStiRectangle(StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.viewer.controls.visual |
---|
Methods in com.stimulsoft.viewer.controls.visual with parameters of type StiRectangle | |
---|---|
java.awt.image.BufferedImage |
StiPageVisual.getImage(StiRectangle rect)
|
Uses of StiRectangle in com.stimulsoft.viewer.panels |
---|
Methods in com.stimulsoft.viewer.panels that return StiRectangle | |
---|---|
StiRectangle |
StiViewPannel.getComponentRect(StiComponent comp,
StiPageVisual pageVisual)
|
Uses of StiRectangle in com.stimulsoft.webdesigner.helper |
---|
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiRectangle | |
---|---|
static void |
StiReportEdit.setComponentRect(StiComponent component,
StiRectangle rect,
boolean alignToGrid)
|
static void |
StiReportEdit.setComponentRect(StiComponent component,
StiRectangle rect,
boolean alignToGrid,
boolean correctOnlySelect)
|
static void |
StiReportEdit.setComponentRectWithOffset(StiComponent comp,
StiRectangle newCompRect,
java.lang.String command,
java.lang.String resizeType,
java.util.HashMap compProps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |