Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class StackedBarChartBuilder<X,Y,B extends StackedBarChartBuilder<X,Y,B>> extends XYChartBuilder<X,Y,B>
StackedBarChart
Modifier | Constructor and Description |
---|---|
protected |
StackedBarChartBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(StackedBarChart<X,Y> x) |
StackedBarChart<X,Y> |
build()
Make an instance of
StackedBarChart based on the properties set on this builder. |
B |
categoryGap(double x)
Set the value of the
categoryGap property for the instance constructed by this builder. |
static <X,Y> StackedBarChartBuilder<X,Y,?> |
create()
Creates a new instance of StackedBarChartBuilder.
|
B |
XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
alternativeColumnFillVisible, alternativeRowFillVisible, applyTo, data, horizontalGridLinesVisible, horizontalZeroLineVisible, verticalGridLinesVisible, verticalZeroLineVisible
animated, applyTo, legendSide, legendVisible, title, titleSide
applyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixel
applyTo, stylesheets, stylesheets
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
public static <X,Y> StackedBarChartBuilder<X,Y,?> create()
public void applyTo(StackedBarChart<X,Y> x)
public B categoryGap(double x)
categoryGap
property for the instance constructed by this builder.public B XAxis(Axis<X> x)
XAxis
property for the instance constructed by this builder.XAxis
in class XYChartBuilder<X,Y,B extends StackedBarChartBuilder<X,Y,B>>
public B YAxis(Axis<Y> x)
YAxis
property for the instance constructed by this builder.YAxis
in class XYChartBuilder<X,Y,B extends StackedBarChartBuilder<X,Y,B>>
public StackedBarChart<X,Y> build()
StackedBarChart
based on the properties set on this builder.build
in interface Builder<Region>
build
in class RegionBuilder<B extends StackedBarChartBuilder<X,Y,B>>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to