Interface BinaryContent

All Superinterfaces:
ContentTreeNode
All Known Implementing Classes:
BinaryContentImpl

public interface BinaryContent extends ContentTreeNode
  • Method Details

    • getKey

      String getKey()
    • getWidth

      int getWidth()
    • setWidth

      int setWidth(int width)
    • getHeight

      int getHeight()
    • setHeight

      int setHeight(int height)
    • getFormat

      String getFormat()
    • setFormat

      String setFormat(String format)
    • getFileName

      String getFileName()
    • setFileName

      String setFileName(String fileName)
    • getResource

      ResourceNode getResource()