Query: rastercomp
OS: debian
Section: 3u
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RasterComp(3U) InterViews Reference Manual RasterComp(3U)NAMERasterComp, RasterView, PSRaster - raster component subject, view, and PostScript external representationSYNOPSIS#include <Unidraw/Components/rastercomp.h>DESCRIPTIONRasterComp is a GraphicComp that represents a raster image. It uses a RasterRect graphic to store its graphical attributes. RasterView is a GraphicView for displaying the raster image. PSRaster is a PostScriptView that externalizes the subject's information in PostScript form.RASTERCOMP PUBLIC OPERATIONSRasterComp(RasterRect* = nil, const char* filename = nil) The constructor takes an optional RasterRect structured graphic that defines the attributes of the raster image. You can also sup- ply an optional file name to associate the component with a file containing the (copious) image data. RasterRect* GetRasterRect() Return the RasterRect graphic that defines the raster's attributes. GetRaster is simply a more specific form of the GetGraphic operation. const char* GetFileName() Return the file name specified in the constructor, if any.RASTERVIEW PUBLIC OPERATIONSRasterView(RasterComp* = nil) Create an RasterView, optionally supplying the subject. RasterComp* GetRasterComp() Return the subject.PSRASTER PUBLIC OPERATIONSPSRaster(RasterComp* = nil) Construct a PostScript external representation of the given subject, if any.SEE ALSOGraphicComp(3U), GraphicView(3U), PostScriptView(3U), RasterRect(3U) Unidraw 10 August 1991 RasterComp(3U)
Related Man Pages |
---|
linecomp(3u) - debian |
padcomp(3u) - debian |
slotcomp(3u) - debian |
stencilcomp(3u) - debian |
verticescomp(3u) - debian |
Similar Topics in the Unix Linux Community |
---|
pascal and C |
Font rendering on a GPU-based raster image processor |
Memmove fail on 4 Gb+ raster under RHEL 64 bit |