A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
QuadraticBezier — Class in package com.degrafa.geometry
The QuadraticBezier element draws a quadratic Bézier using the specified start point, end point and control point.
QuadraticBezier(x, y, cx, cy, x1, y1) — Constructor in class com.degrafa.geometry.QuadraticBezier
Constructor.
QuadraticBezierRepeater — Class in package com.degrafa.geometry.repeaters
The QuadraticBezierRepeater element draws a quadratic Bézier using the specified start point, end point and control point.
QuadraticBezierRepeater(x, y, cx, cy, x1, y1, count, offsetX, offsetY, offsetX1, offsetY1, offsetCx, offsetCy) — Constructor in class com.degrafa.geometry.repeaters.QuadraticBezierRepeater
Constructor.
QuadraticBezierTo — Class in package com.degrafa.geometry.segment
Defines a quadratic Bézier curve from the current point to (x,y) using (cx,cy) as the control point.
QuadraticBezierTo(cx, cy, x, y, data, coordinateType, isShortSequence) — Constructor in class com.degrafa.geometry.segment.QuadraticBezierTo
Constructor.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z