DESIGN (xvisual) library
LIBRARY NAME
xvisual - (no short description specified)
DESCRIPTION
The xvisual library (libxvs.a) provides utilities with which you may create and
display visual objects which would typically be classified as either
images or graphics. In the xvisual library, there is no real differentiation
made between the two; visual objects that display an image may coexist with
those that display graphics. The more simple objects include such primitives
as lines, circles, and images; examples of more sophisticated objects include
the 2D axis object and the zoom object. Visual objects, like GUI objects, are
self maintaining. They refresh and resize themselves, and react appropriately
to changes in their defining attributes.
LIST OF LIBRARY FUNCTIONS
- xvw_create_animate
- create a slide animation visual object
- xvw_create_area
- create a graphics area object
- xvw_create_axis2d
- create a 2D axis object
- xvw_create_circle
- create a circle object.
- xvw_create_colorcell
- create a colorcell xvobject
- xvw_create_date
- create a date object.
- xvw_create_ellipse
- create a ellipse object.
- xvw_create_image
- create an image object
- xvw_create_imageicon
- create a imageicon object
- xvw_create_indicator
- creates an indicator object
- xvw_create_line
- create a line object.
- xvw_create_marker
- create a marker object
- xvw_create_palette
- create a palette object
- xvw_create_panicon
- create a panicon object
- xvw_create_plot2d
- create a 2D plot object
- xvw_create_plot3d
- create a 3D plot object
- xvw_create_polyline
- create a polyline object.
- xvw_create_position
- create a position object
- xvw_create_printmapval
- create a printmapval xvobject
- xvw_create_printpixel
- create a printpixel xvobject
- xvw_create_pseudo
- create a pseudo xvobject
- xvw_create_rectangle
- creates a rectangle object
- xvw_create_string
- create a string annotation
- xvw_create_stringvalue
- creates a string value object
- xvw_create_threshold
- create a threshold object
- xvw_create_timer
- create a timer object.
- xvw_create_zoom
- create a zoom object
- xvw_getimage
- returns the image associated with an object
- xvw_get_specified_roi
- extracts the specified ROI from an image object.
ADDITIONAL INFORMATION
LOCATION OF SOURCE FILES
$DESIGN/objects/library/xvisual/src
LOCATION OF PUBLIC INCLUDE FILE
$DESIGN/include/xvisual/xvisual.h
YOU MUST INCLUDE
#include <design.h>
SEE ALSO
xvwidgets(3), xvobjects(3).
SEE MANUAL
The xvisual library is documented in Chapter 4, "The xvisual Library"
of the Programming Services Manual, Volume III.
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.