jfig.objects
Class FigGlobalAttributes

java.lang.Object
  extended byjfig.objects.FigGlobalAttributes
All Implemented Interfaces:
java.lang.Cloneable

public class FigGlobalAttributes
extends java.lang.Object
implements java.lang.Cloneable

collects the global attributes of jfig drawings:

This class is used to store and manage the global attributes of FIG format drawings.


Constructor Summary
FigGlobalAttributes()
          the default attributes constructor.
 
Method Summary
 void extractGlobalAttributes(FigAttribs attr)
           
 void restoreGlobalAttributes(FigAttribs attr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigGlobalAttributes

public FigGlobalAttributes()
the default attributes constructor. Make SURE to add all further attributes to both this default and the copy constructor!

Method Detail

extractGlobalAttributes

public void extractGlobalAttributes(FigAttribs attr)

restoreGlobalAttributes

public void restoreGlobalAttributes(FigAttribs attr)