Uses of Class
io.github.sosuisen.jfxbuilder.graphics.GraphicsContextBuilder
Packages that use GraphicsContextBuilder
-
Uses of GraphicsContextBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return GraphicsContextBuilderModifier and TypeMethodDescriptionGraphicsContextBuilder.apply(Consumer<GraphicsContext> func) Applies a function to the GraphicsContext instance being constructed.A builder method that invokes thesetEffectmethod on the instance being constructed.A builder method that invokes thesetFillmethod on the instance being constructed.A builder method that invokes thesetFillRulemethod on the instance being constructed.A builder method that invokes thesetFontmethod on the instance being constructed.GraphicsContextBuilder.fontSmoothingType(FontSmoothingType fontsmoothing) A builder method that invokes thesetFontSmoothingTypemethod on the instance being constructed.GraphicsContextBuilder.globalAlpha(double alpha) A builder method that invokes thesetGlobalAlphamethod on the instance being constructed.GraphicsContextBuilder.globalBlendMode(BlendMode op) A builder method that invokes thesetGlobalBlendModemethod on the instance being constructed.GraphicsContextBuilder.imageSmoothing(boolean imageSmoothing) A builder method that invokes thesetImageSmoothingmethod on the instance being constructed.GraphicsContextBuilder.lineCap(StrokeLineCap cap) A builder method that invokes thesetLineCapmethod on the instance being constructed.GraphicsContextBuilder.lineDashes(double... dashes) A builder method that invokes thesetLineDashesmethod on the instance being constructed.GraphicsContextBuilder.lineDashOffset(double dashOffset) A builder method that invokes thesetLineDashOffsetmethod on the instance being constructed.GraphicsContextBuilder.lineJoin(StrokeLineJoin join) A builder method that invokes thesetLineJoinmethod on the instance being constructed.GraphicsContextBuilder.lineWidth(double lw) A builder method that invokes thesetLineWidthmethod on the instance being constructed.GraphicsContextBuilder.miterLimit(double ml) A builder method that invokes thesetMiterLimitmethod on the instance being constructed.A builder method that invokes thesetStrokemethod on the instance being constructed.GraphicsContextBuilder.textAlign(TextAlignment align) A builder method that invokes thesetTextAlignmethod on the instance being constructed.GraphicsContextBuilder.textBaseline(VPos baseline) A builder method that invokes thesetTextBaselinemethod on the instance being constructed.GraphicsContextBuilder.transform(double mxx, double myx, double mxy, double myy, double mxt, double myt) A builder method that invokes thesetTransformmethod on the instance being constructed.A builder method that invokes thesetTransformmethod on the instance being constructed.