Package 

Class StaticShader

  • All Implemented Interfaces:
    com.patrykandpatrick.vico.core.component.shape.shader.DynamicShader

    
    public final class StaticShader
     implements DynamicShader
                        

    Creates a DynamicShader, which always provides the same Shader instance.

    • Method Summary

      Modifier and Type Method Description
      Shader provideShader(DrawContext context, Float left, Float top, Float right, Float bottom) Creates a Shader by using the provided left, top, right, and bottom bounds.
      • Methods inherited from class com.patrykandpatrick.vico.core.component.shape.shader.StaticShader

        provideShader
      • Methods inherited from class java.lang.Object

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