Fills Class
Utility class used for drawing area fills.
Item Index
Methods
Properties
Methods
_getAreaDefaults
    
        ()
    
    
        
            
        
    
    
    
        private
    
    
    
    
    
    Returns default values for area styles.
Returns:
                
                    
                    Object
                
            
        _getClosingPoints
    
        ()
    
    
        
            
        
    
    
    
        protected
    
    
    
    
    
    Concatenates coordinate array with correct coordinates for closing an area fill.
Returns:
                
                    
                    Array
                
            
        _getPath
    
        ()
    
    
        
            
        
    
    
    
        private
    
    
    
    
    
    Returns a path shape used for drawing fills.
Returns:
                
                    
                    Path
                
            
        _getStackedClosingPoints
    
        ()
    
    
        
            
        
    
    
    
        protected
    
    
    
    
    
    Concatenates coordinate array with the correct coordinates for closing an area stack.
Returns:
                
                    
                    Array
                
            
        _toggleVisible
    
        
            (
    
    
    
    
        private
    
    
    
    
    
    - 
                    
                        visible
Toggles visibility
Parameters:
- 
                    
                        visibleBooleanindicates visibilitye 
drawAreaSpline
    
        ()
    
    
    
    
        protected
    
    
    
    
    
    Draws a fill for a spline
drawFill
    
        
            (
    
    
    
    
        protected
    
    
    
    
    
    - 
                    
                        xcoords
- 
                    
                        ycoords
Draws fill
drawStackedAreaSpline
    
        ()
    
    
    
    
        protected
    
    
    
    
    
    Draws a a stacked area spline
