Uses of Class
eu.webtoolkit.jwt.WTransform
Packages that use WTransform
-
Uses of WTransform in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as WTransformModifier and TypeFieldDescriptionstatic final WTransformWTransform.IdentityA constant that represents the identity transform.Methods in eu.webtoolkit.jwt that return WTransformModifier and TypeMethodDescriptionWTransform.assign(WTransform rhs) Assignment method.WTransform.clone()Clone method.WTransform.getAdjoint()Returns the adjoint.WPainter.getCombinedTransform()Returns the combined transformation matrix.WTransform.getInverted()Returns the inverted transformation.WPainter.getWorldTransform()Returns the current world transformation matrix.WTransform.multiply(WTransform rhs) Multiply 2 transform objects.WTransform.multiplyAndAssign(WTransform Y) Adds a transform that is conceptually applied after this transform.WTransform.rotate(double angle) Rotates the transformation.WTransform.rotateRadians(double angle) Rotates the transformation.WTransform.scale(double sx, double sy) Scales the transformation.WTransform.shear(double sh, double sv) Shears the transformation.WTransform.translate(double dx, double dy) Translates the transformation.Translates the transformation.Methods in eu.webtoolkit.jwt that return types with arguments of type WTransformModifier and TypeMethodDescriptionprotected WJavaScriptHandle<WTransform> WPaintedWidget.createJSTransform()Create aWTransformthat is accessible from JavaScript, associated with this WPaintedWidget.Methods in eu.webtoolkit.jwt with parameters of type WTransformModifier and TypeMethodDescriptionWTransform.assign(WTransform rhs) Assignment method.booleanWTransform.closeTo(WTransform other) voidWCanvasPaintDevice.drawTextOnPath(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WTextF> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) voidWPainter.drawTextOnPath(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) voidWPainter.drawWTextFOnPath(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WTextF> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) booleanWTransform.equals(WTransform rhs) Indicates whether some other object is "equal to" this one.WPainterPath.getControlPointRect(WTransform transform) Returns the bounding box of the control points.WTransform.multiply(WTransform rhs) Multiply 2 transform objects.WTransform.multiplyAndAssign(WTransform Y) Adds a transform that is conceptually applied after this transform.voidWPdfImage.setDeviceTransform(WTransform transform) final voidWPainter.setWorldTransform(WTransform matrix) Sets a transformation for the logical coordinate system.voidWPainter.setWorldTransform(WTransform matrix, boolean combine) Sets a transformation for the logical coordinate system.Constructors in eu.webtoolkit.jwt with parameters of type WTransform -
Uses of WTransform in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WTransformModifier and TypeMethodDescriptionprotected final WTransformWCartesianChart.zoomRangeTransform()Returns the current zoom range transform.protected WTransformWCartesianChart.zoomRangeTransform(int yAxis) Returns the current zoom range transform.protected WTransformWCartesianChart.zoomRangeTransform(WAxis xAxis, WAxis yAxis) Returns the current zoom range transform.Methods in eu.webtoolkit.jwt.chart with parameters of type WTransformModifier and TypeMethodDescriptionfinal voidWAxis.render(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform) voidWAxis.render(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform, AxisValue side) voidWAxis.render(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform, AxisValue side, List<WPen> pens, List<WPen> textPens)