Package com.gurock.smartinspect.contexts
Class GraphicViewerContext
- java.lang.Object
-
- com.gurock.smartinspect.contexts.ViewerContext
-
- com.gurock.smartinspect.contexts.TextContext
-
- com.gurock.smartinspect.contexts.GraphicViewerContext
-
public class GraphicViewerContext extends TextContext
Represents the graphic viewer in the Console which can display images.The graphic viewer in the Console interprets the data of a Log Entry as picture. This class is not guaranteed to be threadsafe.
-
-
Constructor Summary
Constructors Constructor Description GraphicViewerContext(GraphicId id)Creates and initializes a GraphicViewerContext instance.
-
Method Summary
-
Methods inherited from class com.gurock.smartinspect.contexts.TextContext
appendLine, appendText, close, escapeLine, getViewerData, loadFromFile, loadFromReader, loadFromStream, loadFromText, resetData
-
Methods inherited from class com.gurock.smartinspect.contexts.ViewerContext
getViewerId
-
-
-
-
Constructor Detail
-
GraphicViewerContext
public GraphicViewerContext(GraphicId id)
Creates and initializes a GraphicViewerContext instance.- Parameters:
id- The graphic ID to use.
-
-