Class Icon


  • public class Icon
    extends Object
    • Constructor Detail

      • Icon

        public Icon​(Node node)
      • Icon

        public Icon()
    • Method Detail

      • getIconNode

        public Node getIconNode()
      • isIconNode

        public static boolean isIconNode​(Node node)
      • setMimeType

        public void setMimeType​(String value)
      • getMimeType

        public String getMimeType()
      • hasMimeType

        public boolean hasMimeType()
      • setWidth

        public void setWidth​(String value)
      • setWidth

        public void setWidth​(int value)
      • getWidth

        public int getWidth()
      • setHeight

        public void setHeight​(String value)
      • setHeight

        public void setHeight​(int value)
      • getHeight

        public int getHeight()
      • setDepth

        public void setDepth​(String value)
      • setDepth

        public void setDepth​(int value)
      • getDepth

        public int getDepth()
      • setURL

        public void setURL​(String value)
      • getURL

        public String getURL()
      • hasURL

        public boolean hasURL()
      • isURL

        public boolean isURL​(String url)
      • setUserData

        public void setUserData​(Object data)
      • getUserData

        public Object getUserData()
      • setBytes

        public void setBytes​(byte[] data)
      • hasBytes

        public boolean hasBytes()
      • getBytes

        public byte[] getBytes()