Class AFrameLeaf


  • public class AFrameLeaf
    extends FrameLeaf
    This class extends FrameLeaf with ability to set attributes.
    • Constructor Detail

      • AFrameLeaf

        public AFrameLeaf​(byte[] data,
                          boolean encode)
      • AFrameLeaf

        public AFrameLeaf​(String mystring)
      • AFrameLeaf

        public AFrameLeaf​(String[] mystring)
      • AFrameLeaf

        public AFrameLeaf​(float myfloat)
      • AFrameLeaf

        public AFrameLeaf​(float[] myfloat)
      • AFrameLeaf

        public AFrameLeaf​(double mydouble)
      • AFrameLeaf

        public AFrameLeaf​(double[] mydouble)
      • AFrameLeaf

        public AFrameLeaf​(int myint)
      • AFrameLeaf

        public AFrameLeaf​(int[] myint)
      • AFrameLeaf

        public AFrameLeaf​(long mylong)
      • AFrameLeaf

        public AFrameLeaf​(long[] mylong)
      • AFrameLeaf

        public AFrameLeaf​(boolean bool)
    • Method Detail

      • setAttributes

        public void setAttributes​(Attributes s)
        Description copied from class: FrameComponent
        Set the attributes (replacing any previous ones) assocated with this Frame component. Default implementation does nothing since attributes are not supported by default.
        Overrides:
        setAttributes in class FrameComponent
        Parameters:
        s - -
      • getAttributes

        public Attributes getAttributes()
        Description copied from class: FrameComponent
        Get the attributes associated with this FrameComponent.
        Overrides:
        getAttributes in class FrameComponent
        Returns:
        The set of attributes associated with this FrameComponent. This method may return "null" to indicate there are no attributes. It could however return an empty Attribute set depending on the implementation.
      • createAttributes

        public Attributes createAttributes()