{
AGBoolean clip = 0;
AGColor fillColor;
AGColor frameColor = "antibackground";
AGDistance frameWidth = 0.25;
AGFloat limitsX[2] = {-5, 5};
AGFloat limitsY[2] = {-5, 5};
};
AGViewportParams is a base object containing all the parameters common to all viewport objects.
Controls if objects connected to a viewport are clipped against the viewport at draw time. Note that this subobject also exists in AGWorld.
fillColor
frameColor
frameWidth
The fill color, frame color, and frame width of the viewport.
The limits of the viewport. The default is {-5.0,5.0}, which corresponds to the default address space in any of the viewers from the Graphics Display Kit.
AGContourViewport / AGContourViewportObj
AGGraphViewport / AGGraphViewportObj
AGWorld