Uses of Interface
org.kite9.diagram.builders.InsertionInterface

Packages that use InsertionInterface
org.kite9.diagram.builders   
org.kite9.diagram.builders.formats   
org.kite9.diagram.builders.formats.fsm   
org.kite9.diagram.builders.formats.sequence   
 

Uses of InsertionInterface in org.kite9.diagram.builders
 

Methods in org.kite9.diagram.builders that return InsertionInterface
 InsertionInterface DiagramBuilder.getInsertionInterface()
           
 

Uses of InsertionInterface in org.kite9.diagram.builders.formats
 

Methods in org.kite9.diagram.builders.formats with parameters of type InsertionInterface
static Format BasicFormats.asArrows(InsertionInterface ii, BasicFormats.ConnectedFormat toElementFormat, Direction d)
          Creates an arrow to represent the relationship
static Format BasicFormats.asLink(InsertionInterface ii, BasicFormats.ConnectedFormat toElementFormat)
          Creates an arrow to represent the relationship
static Format BasicFormats.asSymbols(InsertionInterface ii)
           
static Format BasicFormats.asTextLines(InsertionInterface ii)
           
static String BasicFormats.getLabel(NounPart in, NounPart from, InsertionInterface ii)
           
static SimpleNoun BasicFormats.getUnderlyingSimpleNoun(NounPart in, InsertionInterface ii)
           
 Connected BasicFormats.ConnectedFormat.returnElement(Container c, SimpleNoun representing, InsertionInterface ii)
           
 

Uses of InsertionInterface in org.kite9.diagram.builders.formats.fsm
 

Constructors in org.kite9.diagram.builders.formats.fsm with parameters of type InsertionInterface
FiniteStateMachineFormat(InsertionInterface ii, NounFactory nf)
           
 

Uses of InsertionInterface in org.kite9.diagram.builders.formats.sequence
 

Constructors in org.kite9.diagram.builders.formats.sequence with parameters of type InsertionInterface
AbstractSequenceDiagramFormat(InsertionInterface ii, NounFactory nf, Aliaser a)
           
ColumnSequenceDiagramFormat(InsertionInterface ii, NounFactory nf, Aliaser a)
           
NoLayoutSequenceDiagramFormat(InsertionInterface ii, NounFactory nf, Aliaser a)
           
 



Copyright © 2011. All Rights Reserved.