Uses of Class
eu.webtoolkit.jwt.WRectF
-
Uses of WRectF in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionWRectF.clone()
WMeasurePaintDevice.getBoundingRect()
Returns the bounding rectangle of everything painted so far.final WRectF
WPainterPath.getControlPointRect()
Returns the bounding box of the control points.WPainterPath.getControlPointRect
(WTransform transform) Returns the bounding box of the control points.WRectF.getNormalized()
Returns a normalized rectangle.WPainter.getViewPort()
Returns the viewport.WPainter.getWindow()
Returns the current window.Applies the transformation to a rectangle.Makes the union of to rectangles.Modifier and TypeMethodDescriptionprotected WJavaScriptHandle<WRectF>
WPaintedWidget.createJSRect()
Create aWRectF
that is accessible from JavaScript, associated with this WPaintedWidget.Modifier and TypeMethodDescriptionvoid
WPainterPath.addEllipse
(WRectF rect) Draws an ellipse.void
Draws a rectangle.void
void
void
Draws an arc.void
Draws an arc.void
void
void
void
void
Draws a chord.void
WPainter.drawEllipse
(WRectF rectangle) Draws an ellipse.void
WCanvasPaintDevice.drawImage
(WRectF rect, String imageUri, int imgWidth, int imgHeight, WRectF sourceRect) void
WMeasurePaintDevice.drawImage
(WRectF rect, String imageUri, int imgWidth, int imgHeight, WRectF sourceRect) void
WPaintDevice.drawImage
(WRectF rect, String imageUri, int imgWidth, int imgHeight, WRectF sourceRect) Draws an image.void
WPainter.drawImage
(WPointF point, WPainter.Image image, WRectF sourceRect) Draws part of an image.void
WPainter.drawImage
(WRectF rect, WPainter.Image image) Draws an image inside a rectangle.void
WPainter.drawImage
(WRectF rect, WPainter.Image image, WRectF sourceRect) Draws part of an image inside a rectangle.void
void
WRasterPaintDevice.drawImage
(WRectF rect, String imageUri, int imgWidth, int imgHeight, WRectF sourceRect) void
void
void
Draws a pie.void
void
void
Draws a rectangle.void
Draws a rectangle.void
void
void
void
void
Draws a number of rectangles.void
WCanvasPaintDevice.drawText
(WRectF rect, EnumSet<AlignmentFlag> flags, TextFlag textFlag, CharSequence text, WPointF clipPoint) void
WMeasurePaintDevice.drawText
(WRectF rect, EnumSet<AlignmentFlag> flags, TextFlag textFlag, CharSequence text, WPointF clipPoint) void
WPaintDevice.drawText
(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, CharSequence text, WPointF clipPoint) Draws text.final void
WPainter.drawText
(WRectF rectangle, EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, CharSequence text) Draws text.void
WPainter.drawText
(WRectF rectangle, EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, CharSequence text, WPointF clipPoint) Draws text.void
WPainter.drawText
(WRectF rectangle, EnumSet<AlignmentFlag> flags, CharSequence text) Draws text.void
WPdfImage.drawText
(WRectF rect, EnumSet<AlignmentFlag> flags, TextFlag textFlag, CharSequence text, WPointF clipPoint) void
WRasterPaintDevice.drawText
(WRectF rect, EnumSet<AlignmentFlag> flags, TextFlag textFlag, CharSequence text, WPointF clipPoint) void
WSvgImage.drawText
(WRectF rect, EnumSet<AlignmentFlag> flags, TextFlag textFlag, CharSequence text, WPointF clipPoint) void
WVmlImage.drawText
(WRectF rect, EnumSet<AlignmentFlag> flags, TextFlag textFlag, CharSequence text, WPointF clipPoint) void
WCanvasPaintDevice.drawTextOnPath
(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) void
WPainter.drawTextOnPath
(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) boolean
Indicates whether some other object is "equal to" this one.void
Fills a rectangle.boolean
WRectF.intersects
(WRectF other) Tests if two rectangles intersect.Applies the transformation to a rectangle.void
WPainter.setViewPort
(WRectF viewPort) Sets the viewport.void
Sets the window.Makes the union of to rectangles.Modifier and TypeMethodDescriptionvoid
Draws a number of rectangles. -
Uses of WRectF in eu.webtoolkit.jwt.chart
Modifier and TypeMethodDescriptionprotected WRectF
WCartesianChart.chartSegmentArea
(WAxis yAxis, int xSegment, int ySegment) Returns the segment area for a combination of X and Y segments.protected WRectF
WCartesianChart.chartSegmentArea
(WAxis xAxis, WAxis yAxis, int xSegment, int ySegment) Returns the segment area for a combination of X and Y segments.protected WRectF
Conversion between chart and painter coordinates.Modifier and TypeMethodDescriptionfinal WContainerWidget
WPieChart.createLabelWidget
(WWidget textWidget, WPainter painter, WRectF rect, AlignmentFlag alignmentFlag, AlignmentFlag... alignmentFlags) createLabelWidget possition textWidget where the text would be rendered.WPieChart.createLabelWidget
(WWidget textWidget, WPainter painter, WRectF rect, EnumSet<AlignmentFlag> alignmentFlags) createLabelWidget possition textWidget where the text would be rendered.abstract void
WAbstractColorMap.createStrip
(WPainter painter, WRectF area) Paints the colormap as a colored strip.void
WStandardColorMap.createStrip
(WPainter painter, WRectF area) protected void
WPieChart.drawLabel
(WPainter painter, WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, CharSequence text, int row) drawLabel draw a label on the chart.protected WRectF
Conversion between chart and painter coordinates.final boolean
WCartesianChart.initLayout
(WRectF rectangle) Initializes the chart layout.boolean
WCartesianChart.initLayout
(WRectF rectangle, WPaintDevice device) Initializes the chart layout.abstract void
Paint the chart in a rectangle of the given painter.void
void
abstract void
WAbstractColorMap.paintLegend
(WPainter painter, WRectF area) Paints the colormap as a legend.void
WStandardColorMap.paintLegend
(WPainter painter, WRectF area) protected void
Renders the chart.void
SeriesIterator.startSegment
(int currentXSegment, int currentYSegment, WRectF currentSegmentArea) Start handling a new segment.