org.objectweb.fractal.gui.graph.view
Interface Printer

All Known Implementing Classes:
BasicGraphView

public interface Printer

An interface to print components.


Field Summary
static int TYPE_EXPORT
          For exportation as a SVG File
static int TYPE_PRINT
          For printing.
 
Method Summary
 boolean print(boolean ask, Component c)
           
 void setType(int ntype)
          Prints the given component.
 

Field Detail

TYPE_PRINT

public static final int TYPE_PRINT
For printing.

See Also:
Constant Field Values

TYPE_EXPORT

public static final int TYPE_EXPORT
For exportation as a SVG File

See Also:
Constant Field Values
Method Detail

setType

public void setType(int ntype)
Prints the given component.


print

public boolean print(boolean ask,
                     Component c)