HEADER

biouml.modules.transpath
Class TranspathDiagramViewOptions

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--biouml.model.DiagramViewOptions
              |
              +--biouml.standard.diagram.pathway.PathwayDiagramViewOptions
                    |
                    +--biouml.modules.transpath.TranspathDiagramViewOptions

public class TranspathDiagramViewOptions
extends PathwayDiagramViewOptions


Fields inherited from class biouml.standard.diagram.pathway.PathwayDiagramViewOptions
ActiveProteinBrush, automaticallyLocateReactions, CatalystActionPen, CellCytoplasmBrush, CellNucleusBrush, DecreaseActionBrush, GeneBrush, InactiveProteinBrush, IncreaseActionBrush, InhibitorActionPen, ModefiedProteinBrush, ProcessPen, ProteinBrush, ReactionBrush, ReactionPen, SubstanceBrush, SwitchOffActionBrush, SwitchOffActionPen, SwitchOnActionBrush, SwitchOnActionPen

Fields inherited from class biouml.model.DiagramViewOptions
compartmentTitleAlignment, diagramTitleAlignment

Constructor Summary
TranspathDiagramViewOptions(Option parent)
          Creates PathwayDiagramViewOptions and initializes it.

Methods inherited from class biouml.model.DiagramViewOptions
getCompartmentTitleAlignment, getCompartmentTitleFont, getDefaultFont, getDefaultPen, getDiagramTitleAlignment, getDiagramTitleFont, getNodePen, getNodeTitleFont, getNodeTitleMargin, isDesignMode, isDiagramTitleVisible, setCompartmentTitleAlignment, setCompartmentTitleFont, setDefaultFont, setDefaultPen, setDesignMode, setDiagramTitleAlignment, setDiagramTitleFont, setDiagramTitleVisible, setNodePen, setNodeTitleFont, setNodeTitleMargin

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Constructor Detail

TranspathDiagramViewOptions

public TranspathDiagramViewOptions(Option parent)
Creates PathwayDiagramViewOptions and initializes it.
Parameters:
parent - parent property

FOOTER

BOTTOM