Class NonDynamicHeightWrapperStyleSheet

  • All Implemented Interfaces:
    Cloneable, StyleSheet

    public class NonDynamicHeightWrapperStyleSheet
    extends AbstractStyleSheet
    An element, that does not have the dynamic flag set to true, is limited to its minimum size and cannot grow any larger than that. This stylesheet simply enforces this policy by redefining the maximum size so that the maximum size is equal to the minimum size.
    Author:
    Thomas Morgner
    • Constructor Detail

      • NonDynamicHeightWrapperStyleSheet

        public NonDynamicHeightWrapperStyleSheet​(StyleSheet parent)
    • Method Detail

      • toArray

        public Object[] toArray()
      • getId

        public InstanceID getId()
        Description copied from class: AbstractStyleSheet
        Returns the ID of the stylesheet. The ID does identify an element stylesheet an all all cloned instances of that stylesheet.
        Specified by:
        getId in interface StyleSheet
        Overrides:
        getId in class AbstractStyleSheet
        Returns:
        the ID of this stylesheet.
      • getChangeTracker

        public long getChangeTracker()