Class KeyCache


  • public class KeyCache
    extends java.lang.Object
    Used by KeyTimeCycles (and any future time dependent behaviour) to cache its current parameters to maintain consistency across requestLayout type rebuilds.
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getFloatValue​(java.lang.Object view, java.lang.String type, int element)  
      void setFloatValue​(java.lang.Object view, java.lang.String type, int element, float value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyCache

        public KeyCache()
    • Method Detail

      • setFloatValue

        public void setFloatValue​(java.lang.Object view,
                                  java.lang.String type,
                                  int element,
                                  float value)
      • getFloatValue

        public float getFloatValue​(java.lang.Object view,
                                   java.lang.String type,
                                   int element)