Class CircleProgressIndicatorSkin

java.lang.Object
javafx.scene.control.SkinBase<T>
com.dlsc.gemsfx.skins.ArcProgressIndicatorSkin<CircleProgressIndicator>
com.dlsc.gemsfx.skins.CircleProgressIndicatorSkin
All Implemented Interfaces:
javafx.scene.control.Skin<CircleProgressIndicator>

public class CircleProgressIndicatorSkin extends ArcProgressIndicatorSkin<CircleProgressIndicator>
  • Field Summary

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected double
    computeArcCenterY(double contentY, double contentHeight)
    Returns the y-coordinate of the center of the progress arc / track arc.
    protected double
    computeLabelHeight(double diameter)
    Returns the height of the label.
    protected double
    computeLabelY(double arcCenterY, double labelHeight)
    Returns the y-coordinate of the label.
    protected double
    Returns the maximum length of the progress arc.
    protected javafx.beans.binding.DoubleBinding
    Returns a binding that calculates the radius of the circle based on the size of the control.
    protected void
     
    protected javafx.animation.Timeline
    Initializes the animation that is used when the progress is indeterminate.

    Methods inherited from class javafx.scene.control.SkinBase

    computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javafx.scene.control.Skin

    install