Package org.eclipse.epsilon.picto
Class ViewContent
java.lang.Object
org.eclipse.epsilon.picto.ViewContent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Fileprotected Stringprotected Stringprotected ViewContentprotected ViewContentprotected Stringprotected static final ViewContentprotected static List<ViewContentTransformer> -
Constructor Summary
ConstructorsConstructorDescriptionViewContent(String format, String text) ViewContent(String format, String text, File file, List<Layer> layers, List<Patch> patches, Set<URI> baseUris) ViewContent(String format, String text, ViewContent other) -
Method Summary
Modifier and TypeMethodDescriptiongetFile()getLabel()getSourceContent(PictoView pictoView) getText()static List<ViewContentTransformer>booleanisActive()booleanisImage()voidsetActive(boolean active) protected voidsetLabel()voidsetNext(ViewContent newContent) voidsetPrevious(ViewContent previous) toString()
-
Field Details
-
format
-
text
-
layers
-
active
protected boolean active -
label
-
patches
-
baseUris
-
next
-
previous
-
file
-
undefined
-
viewContentTransformers
-
-
Constructor Details
-
ViewContent
- Parameters:
format-text-other-- Since:
- 2.2
-
ViewContent
-
ViewContent
-
-
Method Details
-
getViewContentTransformers
-
setLabel
protected void setLabel() -
getFormat
-
getText
-
getFinal
-
getNext
-
setPrevious
-
getPrevious
-
getAllPrevious
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getLabel
-
getPatches
-
getLayers
-
getBaseUris
-
getFile
-
toString
-
setNext
-
getSourceContent
-
isImage
public boolean isImage()- Returns:
- Since:
- 2.2
-