Bitwig Studio Control Surface API  5.0.11
GraphicsOutput Member List

This is the complete list of members for GraphicsOutput, including all inherited members.

appendPath(Path path) (defined in GraphicsOutput)GraphicsOutput
arc(double xc, double yc, double radius, double angle1, double angle2) (defined in GraphicsOutput)GraphicsOutput
arcNegative(double xc, double yc, double radius, double angle1, double angle2) (defined in GraphicsOutput)GraphicsOutput
circle(double centerX, double centerY, double radius) (defined in GraphicsOutput)GraphicsOutput
clip() (defined in GraphicsOutput)GraphicsOutput
clipPreserve() (defined in GraphicsOutput)GraphicsOutput
closePath() (defined in GraphicsOutput)GraphicsOutput
copyPath() (defined in GraphicsOutput)GraphicsOutput
copyPathFlat() (defined in GraphicsOutput)GraphicsOutput
createLinearGradient(double x1, double y1, double x2, double y2) (defined in GraphicsOutput)GraphicsOutput
createMeshGradient() (defined in GraphicsOutput)GraphicsOutput
curveTo(double x1, double y1, double x2, double y2, double x3, double y3) (defined in GraphicsOutput)GraphicsOutput
drawImage(Image image, double x, double y) (defined in GraphicsOutput)GraphicsOutput
fill() (defined in GraphicsOutput)GraphicsOutput
fillPreserve() (defined in GraphicsOutput)GraphicsOutput
getFontExtents() (defined in GraphicsOutput)GraphicsOutput
getTextExtents(String text) (defined in GraphicsOutput)GraphicsOutput
lineTo(double x, double y) (defined in GraphicsOutput)GraphicsOutput
mask(Image image, double x, double y) (defined in GraphicsOutput)GraphicsOutput
moveTo(double x, double y) (defined in GraphicsOutput)GraphicsOutput
newPath() (defined in GraphicsOutput)GraphicsOutput
newSubPath() (defined in GraphicsOutput)GraphicsOutput
paint() (defined in GraphicsOutput)GraphicsOutput
paintWithAlpha(double alpha) (defined in GraphicsOutput)GraphicsOutput
rectangle(double x, double y, double width, double height) (defined in GraphicsOutput)GraphicsOutput
relCurveTo(double x1, double y1, double x2, double y2, double x3, double y3) (defined in GraphicsOutput)GraphicsOutput
relLineTo(double x, double y) (defined in GraphicsOutput)GraphicsOutput
relMoveTo(double x, double y) (defined in GraphicsOutput)GraphicsOutput
resetClip() (defined in GraphicsOutput)GraphicsOutput
restore() (defined in GraphicsOutput)GraphicsOutput
rotate(double angle) (defined in GraphicsOutput)GraphicsOutput
save() (defined in GraphicsOutput)GraphicsOutput
scale(double factor) (defined in GraphicsOutput)GraphicsOutput
scale(double xFactor, double yFactor) (defined in GraphicsOutput)GraphicsOutput
setAntialias(AntialiasMode antialiasMode) (defined in GraphicsOutput)GraphicsOutput
setColor(double red, double green, double blue) (defined in GraphicsOutput)GraphicsOutput
setColor(double red, double green, double blue, double alpha) (defined in GraphicsOutput)GraphicsOutput
setColor(Color color) (defined in GraphicsOutput)GraphicsOutput
setDash(double[] dashes, double offset) (defined in GraphicsOutput)GraphicsOutput
setDash(double[] dashes) (defined in GraphicsOutput)GraphicsOutput
setFillRule(FillRule rule) (defined in GraphicsOutput)GraphicsOutput
setFontFace(FontFace fontFace) (defined in GraphicsOutput)GraphicsOutput
setFontOptions(FontOptions fontOptions) (defined in GraphicsOutput)GraphicsOutput
setFontSize(double fontSize) (defined in GraphicsOutput)GraphicsOutput
setLineCap(LineCap lineCap) (defined in GraphicsOutput)GraphicsOutput
setLineJoin(LineJoin lineJoin) (defined in GraphicsOutput)GraphicsOutput
setLineWidth(double width) (defined in GraphicsOutput)GraphicsOutput
setMiterLimit(double limit) (defined in GraphicsOutput)GraphicsOutput
setOperator(Operator operator) (defined in GraphicsOutput)GraphicsOutput
setPattern(Pattern pattern) (defined in GraphicsOutput)GraphicsOutput
setTolerance(double tolerance) (defined in GraphicsOutput)GraphicsOutput
showText(String text) (defined in GraphicsOutput)GraphicsOutput
stroke() (defined in GraphicsOutput)GraphicsOutput
strokePreserve() (defined in GraphicsOutput)GraphicsOutput
translate(double x, double y) (defined in GraphicsOutput)GraphicsOutput