Uses of Class
eu.webtoolkit.jwt.WRectF
-
Packages that use WRectF Package Description eu.webtoolkit.jwt eu.webtoolkit.jwt.chart -
-
Uses of WRectF in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WRectF Modifier and Type Method Description WRectFWRectF. clone()WRectFWMeasurePaintDevice. getBoundingRect()Returns the bounding rectangle of everything painted so far.WRectFWPainterPath. getControlPointRect()Returns the bounding box of the control points.WRectFWPainterPath. getControlPointRect(WTransform transform)Returns the bounding box of the control points.WRectFWRectF. getNormalized()Returns a normalized rectangle.WRectFWPainter. getViewPort()Returns the viewport.WRectFWPainter. getWindow()Returns the current window.WRectFWTransform. map(WRectF rect)Applies the transformation to a rectangle.WRectFWRectF. united(WRectF other)Makes the union of to rectangles.Methods in eu.webtoolkit.jwt that return types with arguments of type WRectF Modifier and Type Method Description protected WJavaScriptHandle<WRectF>WPaintedWidget. createJSRect()Create aWRectFthat is accessible from JavaScript, associated with this WPaintedWidget.Methods in eu.webtoolkit.jwt with parameters of type WRectF Modifier and Type Method Description voidWPainterPath. addEllipse(WRectF rect)Draws an ellipse.voidWPainterPath. addRect(WRectF rectangle)Draws a rectangle.voidWCanvasPaintDevice. drawArc(WRectF rect, double startAngle, double spanAngle)voidWMeasurePaintDevice. drawArc(WRectF rect, double startAngle, double spanAngle)voidWPaintDevice. drawArc(WRectF rect, double startAngle, double spanAngle)Draws an arc.voidWPainter. drawArc(WRectF rectangle, int startAngle, int spanAngle)Draws an arc.voidWPdfImage. drawArc(WRectF rect, double startAngle, double spanAngle)voidWRasterPaintDevice. drawArc(WRectF rect, double startAngle, double spanAngle)voidWSvgImage. drawArc(WRectF rect, double startAngle, double spanAngle)voidWVmlImage. drawArc(WRectF rect, double startAngle, double spanAngle)voidWPainter. drawChord(WRectF rectangle, int startAngle, int spanAngle)Draws a chord.voidWPainter. drawEllipse(WRectF rectangle)Draws an ellipse.voidWCanvasPaintDevice. drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF sourceRect)voidWCanvasPaintDevice. drawImage(WRectF rect, java.lang.String imageUri, int imgWidth, int imgHeight, WRectF sourceRect)voidWMeasurePaintDevice. drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF sourceRect)voidWMeasurePaintDevice. drawImage(WRectF rect, java.lang.String imageUri, int imgWidth, int imgHeight, WRectF sourceRect)voidWPaintDevice. drawImage(WRectF rect, WAbstractDataInfo imageInfo, int imgWidth, int imgHeight, WRectF sourceRect)Draws an image.voidWPaintDevice. drawImage(WRectF rect, java.lang.String imageUri, int imgWidth, int imgHeight, WRectF sourceRect)Draws an image.voidWPainter. drawImage(WPointF point, WPainter.Image image, WRectF sourceRect)Draws part of an image.voidWPainter. drawImage(WRectF rect, WPainter.Image image)Draws an image inside a rectangle.voidWPainter. drawImage(WRectF rect, WPainter.Image image, WRectF sourceRect)Draws part of an image inside a rectangle.voidWPdfImage. drawImage(WRectF rect, WAbstractDataInfo imgInfo, int imgWidth, int imgHeight, WRectF sourceRect)voidWPdfImage. drawImage(WRectF rect, java.lang.String imgUrl, int imgWidth, int imgHeight, WRectF sourceRect)voidWRasterPaintDevice. drawImage(WRectF rect, WAbstractDataInfo imgInfo, int imgWidth, int imgHeight, WRectF sourceRect)voidWRasterPaintDevice. drawImage(WRectF rect, java.lang.String imageUri, int imgWidth, int imgHeight, WRectF sourceRect)voidWSvgImage. drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF srect)voidWSvgImage. drawImage(WRectF rect, java.lang.String imgUri, int imgWidth, int imgHeight, WRectF srect)voidWVmlImage. drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF sourceRect)voidWVmlImage. drawImage(WRectF rect, java.lang.String imageUri, int imgWidth, int imgHeight, WRectF sourceRect)voidWPainter. drawPie(WRectF rectangle, int startAngle, int spanAngle)Draws a pie.voidWCanvasPaintDevice. drawRect(WRectF rectangle)voidWMeasurePaintDevice. drawRect(WRectF rect)voidWPaintDevice. drawRect(WRectF rectangle)Draws a rectangle.voidWPainter. drawRect(WRectF rectangle)Draws a rectangle.voidWPdfImage. drawRect(WRectF rect)voidWRasterPaintDevice. drawRect(WRectF rect)voidWSvgImage. drawRect(WRectF rectangle)voidWVmlImage. drawRect(WRectF rectangle)voidWPainter. drawRects(WRectF[] rectangles, int rectCount)Draws a number of rectangles.voidWCanvasPaintDevice. drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)voidWMeasurePaintDevice. drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)voidWPaintDevice. drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)Draws text.voidWPainter. drawText(WRectF rectangle, java.util.EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, java.lang.CharSequence text)Draws text.voidWPainter. drawText(WRectF rectangle, java.util.EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)Draws text.voidWPainter. drawText(WRectF rectangle, java.util.EnumSet<AlignmentFlag> flags, java.lang.CharSequence text)Draws text.voidWPdfImage. drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)voidWRasterPaintDevice. drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)voidWSvgImage. drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)voidWVmlImage. drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text, WPointF clipPoint)voidWCanvasPaintDevice. drawTextOnPath(WRectF rect, java.util.EnumSet<AlignmentFlag> alignmentFlags, java.util.List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping)voidWPainter. drawTextOnPath(WRectF rect, java.util.EnumSet<AlignmentFlag> alignmentFlags, java.util.List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping)booleanWRectF. equals(WRectF rhs)Indicates whether some other object is "equal to" this one.voidWPainter. fillRect(WRectF rectangle, WBrush b)Fills a rectangle.booleanWRectF. intersects(WRectF other)Tests if two rectangles intersect.WRectFWTransform. map(WRectF rect)Applies the transformation to a rectangle.voidWPainter. setViewPort(WRectF viewPort)Sets the viewport.voidWPainter. setWindow(WRectF window)Sets the window.WRectFWRectF. united(WRectF other)Makes the union of to rectangles.Method parameters in eu.webtoolkit.jwt with type arguments of type WRectF Modifier and Type Method Description voidWPainter. drawRects(java.util.List<WRectF> rectangles)Draws a number of rectangles.Constructors in eu.webtoolkit.jwt with parameters of type WRectF Constructor Description WRectArea(WRectF rect)Creates a rectangular area with given geometry.WRectF(WRectF other) -
Uses of WRectF in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WRectF Modifier and Type Method Description protected WRectFWCartesianChart. chartSegmentArea(WAxis yAxis, int xSegment, int ySegment)Returns the segment area for a combination of X and Y segments.protected WRectFWCartesianChart. chartSegmentArea(WAxis xAxis, WAxis yAxis, int xSegment, int ySegment)Returns the segment area for a combination of X and Y segments.protected WRectFWCartesianChart. hv(WRectF r)Conversion between chart and painter coordinates.Methods in eu.webtoolkit.jwt.chart with parameters of type WRectF Modifier and Type Method Description WContainerWidgetWPieChart. createLabelWidget(WWidget textWidget, WPainter painter, WRectF rect, AlignmentFlag alignmentFlag, AlignmentFlag... alignmentFlags)createLabelWidget possition textWidget where the text would be rendered.WContainerWidgetWPieChart. createLabelWidget(WWidget textWidget, WPainter painter, WRectF rect, java.util.EnumSet<AlignmentFlag> alignmentFlags)createLabelWidget possition textWidget where the text would be rendered.abstract voidWAbstractColorMap. createStrip(WPainter painter, WRectF area)Paints the colormap as a colored strip.voidWStandardColorMap. createStrip(WPainter painter, WRectF area)protected voidWPieChart. drawLabel(WPainter painter, WRectF rect, java.util.EnumSet<AlignmentFlag> alignmentFlags, java.lang.CharSequence text, int row)drawLabel draw a label on the chart.protected WRectFWCartesianChart. hv(WRectF r)Conversion between chart and painter coordinates.booleanWCartesianChart. initLayout(WRectF rectangle)Initializes the chart layout.booleanWCartesianChart. initLayout(WRectF rectangle, WPaintDevice device)Initializes the chart layout.abstract voidWAbstractChart. paint(WPainter painter, WRectF rectangle)Paint the chart in a rectangle of the given painter.voidWCartesianChart. paint(WPainter painter, WRectF rectangle)voidWPieChart. paint(WPainter painter, WRectF rectangle)abstract voidWAbstractColorMap. paintLegend(WPainter painter, WRectF area)Paints the colormap as a legend.voidWStandardColorMap. paintLegend(WPainter painter, WRectF area)protected voidWCartesianChart. render(WPainter painter, WRectF rectangle)Renders the chart.voidSeriesIterator. startSegment(int currentXSegment, int currentYSegment, WRectF currentSegmentArea)Start handling a new segment.
-