GKS - Default Graphical Attributes

The GKS object allows the specification of the default graphical attributes. They are used when new GQEs are created.

Class method:

use GQE; 

$gks = GKS->locate();

Methods:

$ret = $gks->get( "itemName"); 	         
$ret = $gks->set( itemName => "itemValue"[,...]); 	

# Examples: 
$ret = $gks->get( "at_border_min_x"); 	         
$ret = $gks->set( at_border_min_x => 0.1);



Subsections