Uses of Class
com.gurock.smartinspect.GraphicId
-
Packages that use GraphicId Package Description com.gurock.smartinspect com.gurock.smartinspect.contexts -
-
Uses of GraphicId in com.gurock.smartinspect
Fields in com.gurock.smartinspect declared as GraphicId Modifier and Type Field Description static GraphicIdGraphicId. BitmapInstructs the GraphicViewerContext class to treat the data as bitmap image.static GraphicIdGraphicId. IconInstructs the GraphicViewerContext class to treat the data as Windows icon.static GraphicIdGraphicId. JpegInstructs the GraphicViewerContext class to treat the data as JPEG image.static GraphicIdGraphicId. MetafileInstructs the GraphicViewerContext class to treat the data as Windows Metafile image. -
Uses of GraphicId in com.gurock.smartinspect.contexts
Constructors in com.gurock.smartinspect.contexts with parameters of type GraphicId Constructor Description GraphicViewerContext(GraphicId id)Creates and initializes a GraphicViewerContext instance.
-