com.sun.electric.tool.io.output
Class Maxwell.MaxwellPreferences

java.lang.Object
  extended by com.sun.electric.tool.io.output.Output.OutputPreferences
      extended by com.sun.electric.tool.io.output.Maxwell.MaxwellPreferences
Enclosing class:
Maxwell

public static class Maxwell.MaxwellPreferences
extends Output.OutputPreferences


Field Summary
 java.util.Map<Layer,java.awt.Color> layerColors
           
 
Fields inherited from class com.sun.electric.tool.io.output.Output.OutputPreferences
includeDateAndVersionInOutput, useCopyrightMessage
 
Constructor Summary
Maxwell.MaxwellPreferences(boolean factory)
           
 
Method Summary
 Output doOutput(Cell cell, VarContext context, java.lang.String filePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layerColors

public java.util.Map<Layer,java.awt.Color> layerColors
Constructor Detail

Maxwell.MaxwellPreferences

public Maxwell.MaxwellPreferences(boolean factory)
Method Detail

doOutput

public Output doOutput(Cell cell,
                       VarContext context,
                       java.lang.String filePath)
Specified by:
doOutput in class Output.OutputPreferences