Class ViewContent


  • public class ViewContent
    extends java.lang.Object
    • Field Detail

      • format

        protected java.lang.String format
      • text

        protected java.lang.String text
      • layers

        protected java.util.List<Layer> layers
      • active

        protected boolean active
      • label

        protected java.lang.String label
      • patches

        protected java.util.List<Patch> patches
      • baseUris

        protected java.util.Set<java.net.URI> baseUris
      • file

        protected java.io.File file
      • undefined

        protected static final ViewContent undefined
    • Constructor Detail

      • ViewContent

        public ViewContent​(java.lang.String format,
                           java.lang.String text,
                           ViewContent other)
        Parameters:
        format -
        text -
        other -
        Since:
        2.2
      • ViewContent

        public ViewContent​(java.lang.String format,
                           java.lang.String text)
      • ViewContent

        public ViewContent​(java.lang.String format,
                           java.lang.String text,
                           java.io.File file,
                           java.util.List<Layer> layers,
                           java.util.List<Patch> patches,
                           java.util.Set<java.net.URI> baseUris)
    • Method Detail

      • getViewContentTransformers

        public static java.util.List<ViewContentTransformer> getViewContentTransformers()
      • setLabel

        protected void setLabel()
      • getFormat

        public java.lang.String getFormat()
      • getText

        public java.lang.String getText()
      • isActive

        public boolean isActive()
      • setActive

        public void setActive​(boolean active)
      • getLabel

        public java.lang.String getLabel()
      • getPatches

        public java.util.List<Patch> getPatches()
      • getLayers

        public java.util.List<Layer> getLayers()
      • getBaseUris

        public java.util.Set<java.net.URI> getBaseUris()
      • getFile

        public java.io.File getFile()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setNext

        public void setNext​(ViewContent newContent)
      • isImage

        public boolean isImage()
        Returns:
        Since:
        2.2