Class ViewContent

java.lang.Object
org.eclipse.epsilon.picto.ViewContent

public class ViewContent extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getViewContentTransformers

      public static List<ViewContentTransformer> getViewContentTransformers()
    • setLabel

      protected void setLabel()
    • getFormat

      public String getFormat()
    • getText

      public String getText()
    • getFinal

      public ViewContent getFinal(PictoView pictoView)
    • getNext

      public ViewContent getNext(PictoView pictoView)
    • setPrevious

      public void setPrevious(ViewContent previous)
    • getPrevious

      public ViewContent getPrevious()
    • getAllPrevious

      public List<ViewContent> getAllPrevious()
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)
    • getLabel

      public String getLabel()
    • getPatches

      public List<Patch> getPatches()
    • getLayers

      public List<Layer> getLayers()
    • getBaseUris

      public Set<URI> getBaseUris()
    • getFile

      public File getFile()
    • toString

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

      public void setNext(ViewContent newContent)
    • getSourceContent

      public ViewContent getSourceContent(PictoView pictoView)
    • isImage

      public boolean isImage()
      Returns:
      Since:
      2.2