A B C D E F G H I J L M N O P R S T U V W Z

D

data - Variable in class templates.presentation.IssuesViewer
The ListModel used to display the list of consistency issues.
defaultLabel - Variable in class templates.presentation.AssignFSADialog.JLabelListRenderer
A default JLabel used to contain the string description of a rendered item in case the item is not a JLabel.
delta - Variable in class templates.diagram.actions.DiagramActions.MovedSelectionAction
The displacement applied to the DiagramElements.
delta - Variable in class templates.diagram.actions.DiagramUndoableEdits.MovedSelectionEdit
The displacement of the relocation.
deltaX - Variable in class templates.diagram.SimpleIcon
The displacement of the text inside the icon, in the X direction.
deltaY - Variable in class templates.diagram.SimpleIcon
The displacement of the text inside the icon, in the Y direction.
descArea - Static variable in class templates.library.AddTemplateDialog
The text area for the description of the template.
describe(Connector) - Static method in class templates.presentation.IssuesWrapper
 
describe(Entity) - Static method in class templates.presentation.IssuesWrapper
 
description - Static variable in class templates.io.JPEGExporter
The description of the exporter which will appear in the dialog box where the user selects the export filter.
description - Static variable in class templates.io.PNGExporter
The description of the exporter which will appear in the dialog box where the user selects the export filter.
description - Variable in class templates.library.FSATemplate
The description of the template.
description - Variable in class templates.library.TemplateDescriptor
The description of the template.
descriptor - Variable in class templates.presentation.IssuesViewer.IssueUI
The consistency issue descriptor.
DESIRED_DIAGRAM_INSET - Static variable in class templates.diagram.TemplateDiagram
The inset of the diagram (how much empty space to leave from the border of the canvas).
diagram - Variable in class templates.diagram.actions.DiagramActions.AddLinkAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.AssignFSAAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.AssignNewFSAAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.CreateAndMatchConnectorAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.CreateConnectorAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.CreateEntityAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.CreateTemplateInstanceAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.DefaultIconAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.DeleteElementsAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.LabelEntityAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.MatchEventsAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.MovedSelectionAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.RemoveLinksAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.SetIconColorAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.SetTypeAction
The TemplateDiagram context to be used by the action.
diagram - Variable in class templates.diagram.actions.DiagramActions.ShiftDiagramInViewAction
The TemplateDiagram to be translated.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.AddLinkEdit
The TemplateDiagram which contains the Connector to which the TemplateLink should be added.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.AssignFSAEdit
The TemplateDiagram which contains the Entity to whose TemplateComponent the new FSAModel should be assigned.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.CreateConnectorEdit
The TemplateDiagram where the Connector should be created.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.CreateEntityEdit
The TemplateDiagram where the Entity should be created.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.LabelEntityEdit
The TemplateDiagram which contains the Entity to be relabelled.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.MovedSelectionEdit
The TemplateDiagram which contains the DiagramElement s to be relocated.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.RemoveConnectorEdit
The TemplateDiagram which contains the Connector to be removed.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.RemoveEntityEdit
The TemplateDiagram which contains the Entity to be removed.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.RemoveLinkEdit
The TemplateDiagram which contains the Connector from which the TemplateLink should be removed.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.SetIconEdit
The TemplateDiagram which contains the Entity.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.SetTypeEdit
The TemplateDiagram which contains the Entity.
diagram - Variable in class templates.diagram.actions.DiagramUndoableEdits.TranslateDiagramEdit
The TemplateDiagram to be translated.
diagram - Variable in class templates.presentation.EventLinker
The diagram which contains the Connector connecting the template components whose event links are displayed.
diagram - Variable in class templates.presentation.IssuesViewer
The template diagram with the design whose consistency issues are displayed.
diagram - Variable in class templates.presentation.IssuesWrapper.ConvertAction
The template diagram which contains the template component.
diagram - Variable in class templates.presentation.MouseInterpreter
The template diagram in displayed in the canvas.
DIAGRAM - Static variable in class templates.presentation.TemplateCanvas
The key to be used to annotate a TemplateModel with the TemplateDiagram for the model.
diagram - Variable in class templates.presentation.TemplateCanvas
The template diagram for the TemplateModel rendered by this canvas.
DiagramActions - Class in templates.diagram.actions
Collection of all undoable actions working on TemplateDiagrams.
DiagramActions() - Constructor for class templates.diagram.actions.DiagramActions
 
DiagramActions.AddLinkAction - Class in templates.diagram.actions
Action which creates a TemplateLink between two events from the TemplateComponents linked by a Connector and adds the new TemplateLink to the Connector.
DiagramActions.AddLinkAction(TemplateDiagram, Connector, String, String) - Constructor for class templates.diagram.actions.DiagramActions.AddLinkAction
Construct an action for the given parameters.
DiagramActions.AddLinkAction(CompoundEdit, TemplateDiagram, Connector, String, String) - Constructor for class templates.diagram.actions.DiagramActions.AddLinkAction
Construct an action for the given parameters.
DiagramActions.AssignFSAAction - Class in templates.diagram.actions
Action which assigns an FSAModel to the TemplateComponent of an Entity.
DiagramActions.AssignFSAAction(TemplateDiagram, Entity, FSAModel) - Constructor for class templates.diagram.actions.DiagramActions.AssignFSAAction
Construct an action for the given parameters.
DiagramActions.AssignFSAAction(TemplateDiagram, Entity, FSAModel, EntityIcon) - Constructor for class templates.diagram.actions.DiagramActions.AssignFSAAction
Construct an action for the given parameters.
DiagramActions.AssignFSAAction(CompoundEdit, TemplateDiagram, Entity, FSAModel) - Constructor for class templates.diagram.actions.DiagramActions.AssignFSAAction
Construct an action for the given parameters.
DiagramActions.AssignFSAAction(CompoundEdit, TemplateDiagram, Entity, FSAModel, EntityIcon) - Constructor for class templates.diagram.actions.DiagramActions.AssignFSAAction
Construct an action for the given parameters.
DiagramActions.AssignNewFSAAction - Class in templates.diagram.actions
Action which assigns a blank FSAModel to the TemplateComponent of an Entity.
DiagramActions.AssignNewFSAAction(TemplateDiagram, Entity) - Constructor for class templates.diagram.actions.DiagramActions.AssignNewFSAAction
Construct an action for the given parameters.
DiagramActions.AssignNewFSAAction(TemplateDiagram, Entity, FSAModel[]) - Constructor for class templates.diagram.actions.DiagramActions.AssignNewFSAAction
Construct an action for the given parameters.
DiagramActions.AssignNewFSAAction(CompoundEdit, TemplateDiagram, Entity) - Constructor for class templates.diagram.actions.DiagramActions.AssignNewFSAAction
Construct an action for the given parameters.
DiagramActions.AssignNewFSAAction(CompoundEdit, TemplateDiagram, Entity, FSAModel[]) - Constructor for class templates.diagram.actions.DiagramActions.AssignNewFSAAction
Construct an action for the given parameters.
DiagramActions.CreateAndMatchConnectorAction - Class in templates.diagram.actions
Action which creates a Connector in a TemplateDiagram and links the matching events from the linked TemplateComponents.
DiagramActions.CreateAndMatchConnectorAction(TemplateDiagram, Entity, Entity) - Constructor for class templates.diagram.actions.DiagramActions.CreateAndMatchConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateAndMatchConnectorAction(TemplateDiagram, Entity, Entity, Connector[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateAndMatchConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateAndMatchConnectorAction(CompoundEdit, TemplateDiagram, Entity, Entity) - Constructor for class templates.diagram.actions.DiagramActions.CreateAndMatchConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateAndMatchConnectorAction(CompoundEdit, TemplateDiagram, Entity, Entity, Connector[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateAndMatchConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateConnectorAction - Class in templates.diagram.actions
Action which creates a Connector in a TemplateDiagram.
DiagramActions.CreateConnectorAction(TemplateDiagram, Entity, Entity) - Constructor for class templates.diagram.actions.DiagramActions.CreateConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateConnectorAction(TemplateDiagram, Entity, Entity, Connector[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateConnectorAction(CompoundEdit, TemplateDiagram, Entity, Entity) - Constructor for class templates.diagram.actions.DiagramActions.CreateConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateConnectorAction(CompoundEdit, TemplateDiagram, Entity, Entity, Connector[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateConnectorAction
Construct an action for the given parameters.
DiagramActions.CreateEntityAction - Class in templates.diagram.actions
Action which creates an Entity in a TemplateDiagram.
DiagramActions.CreateEntityAction(TemplateDiagram, Point) - Constructor for class templates.diagram.actions.DiagramActions.CreateEntityAction
Construct an action for the given parameters.
DiagramActions.CreateEntityAction(TemplateDiagram, Point, Entity[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateEntityAction
Construct an action for the given parameters.
DiagramActions.CreateEntityAction(CompoundEdit, TemplateDiagram, Point) - Constructor for class templates.diagram.actions.DiagramActions.CreateEntityAction
Construct an action for the given parameters.
DiagramActions.CreateEntityAction(CompoundEdit, TemplateDiagram, Point, Entity[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateEntityAction
Construct an action for the given parameters.
DiagramActions.CreateTemplateInstanceAction - Class in templates.diagram.actions
Action which creates a new instance of a Template in a TemplateDiagram.
DiagramActions.CreateTemplateInstanceAction(TemplateDiagram, Template, Point) - Constructor for class templates.diagram.actions.DiagramActions.CreateTemplateInstanceAction
Construct an action for the given parameters.
DiagramActions.CreateTemplateInstanceAction(TemplateDiagram, Template, Point, Entity[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateTemplateInstanceAction
Construct an action for the given parameters.
DiagramActions.CreateTemplateInstanceAction(CompoundEdit, TemplateDiagram, Template, Point) - Constructor for class templates.diagram.actions.DiagramActions.CreateTemplateInstanceAction
Construct an action for the given parameters.
DiagramActions.CreateTemplateInstanceAction(CompoundEdit, TemplateDiagram, Template, Point, Entity[]) - Constructor for class templates.diagram.actions.DiagramActions.CreateTemplateInstanceAction
Construct an action for the given parameters.
DiagramActions.DefaultIconAction - Class in templates.diagram.actions
Action which resets the icons of Entitys to their default form.
DiagramActions.DefaultIconAction(TemplateDiagram, Collection<Entity>) - Constructor for class templates.diagram.actions.DiagramActions.DefaultIconAction
Construct an action for the given parameters.
DiagramActions.DefaultIconAction(CompoundEdit, TemplateDiagram, Collection<Entity>) - Constructor for class templates.diagram.actions.DiagramActions.DefaultIconAction
Construct an action for the given parameters.
DiagramActions.DeleteElementsAction - Class in templates.diagram.actions
Action which removes DiagramElements from a TemplateDiagram.
DiagramActions.DeleteElementsAction(TemplateDiagram, Collection<DiagramElement>) - Constructor for class templates.diagram.actions.DiagramActions.DeleteElementsAction
Construct an action for the given parameters.
DiagramActions.DeleteElementsAction(CompoundEdit, TemplateDiagram, Collection<DiagramElement>) - Constructor for class templates.diagram.actions.DiagramActions.DeleteElementsAction
Construct an action for the given parameters.
DiagramActions.LabelEntityAction - Class in templates.diagram.actions
Action which sets the label of an Entity.
DiagramActions.LabelEntityAction(TemplateDiagram, Entity, String) - Constructor for class templates.diagram.actions.DiagramActions.LabelEntityAction
Construct an action for the given parameters.
DiagramActions.LabelEntityAction(CompoundEdit, TemplateDiagram, Entity, String) - Constructor for class templates.diagram.actions.DiagramActions.LabelEntityAction
Construct an action for the given parameters.
DiagramActions.MatchEventsAction - Class in templates.diagram.actions
Action which replaces the TemplateLinks in a Connector with TemplateLinks only between events with matching names.
DiagramActions.MatchEventsAction(TemplateDiagram, Connector) - Constructor for class templates.diagram.actions.DiagramActions.MatchEventsAction
Construct an action for the given parameters.
DiagramActions.MatchEventsAction(CompoundEdit, TemplateDiagram, Connector) - Constructor for class templates.diagram.actions.DiagramActions.MatchEventsAction
Construct an action for the given parameters.
DiagramActions.MovedSelectionAction - Class in templates.diagram.actions
Action which finilizes the relocation of DiagramElements in a TemplateDiagram.
DiagramActions.MovedSelectionAction(TemplateDiagram, Collection<DiagramElement>, Point) - Constructor for class templates.diagram.actions.DiagramActions.MovedSelectionAction
Construct an action for the given parameters.
DiagramActions.MovedSelectionAction(CompoundEdit, TemplateDiagram, Collection<DiagramElement>, Point) - Constructor for class templates.diagram.actions.DiagramActions.MovedSelectionAction
Construct an action for the given parameters.
DiagramActions.RemoveLinksAction - Class in templates.diagram.actions
Action which removes TemplateLinks from a Connector.
DiagramActions.RemoveLinksAction(TemplateDiagram, Connector, Collection<TemplateLink>) - Constructor for class templates.diagram.actions.DiagramActions.RemoveLinksAction
Construct an action for the given parameters.
DiagramActions.RemoveLinksAction(CompoundEdit, TemplateDiagram, Connector, Collection<TemplateLink>) - Constructor for class templates.diagram.actions.DiagramActions.RemoveLinksAction
Construct an action for the given parameters.
DiagramActions.SetIconColorAction - Class in templates.diagram.actions
Action which sets the background color of the icons of Entitys.
DiagramActions.SetIconColorAction(TemplateDiagram, Collection<Entity>, Color) - Constructor for class templates.diagram.actions.DiagramActions.SetIconColorAction
Construct an action for the given parameters.
DiagramActions.SetIconColorAction(CompoundEdit, TemplateDiagram, Collection<Entity>, Color) - Constructor for class templates.diagram.actions.DiagramActions.SetIconColorAction
Construct an action for the given parameters.
DiagramActions.SetTypeAction - Class in templates.diagram.actions
Action which sets the type (module or channel) of the TemplateComponent of an Entity.
DiagramActions.SetTypeAction(TemplateDiagram, Entity, int) - Constructor for class templates.diagram.actions.DiagramActions.SetTypeAction
Construct an action for the given parameters.
DiagramActions.SetTypeAction(CompoundEdit, TemplateDiagram, Entity, int) - Constructor for class templates.diagram.actions.DiagramActions.SetTypeAction
Construct an action for the given parameters.
DiagramActions.ShiftDiagramInViewAction - Class in templates.diagram.actions
Action which translates a TemplateDiagram so that the diagram is in view (all elements have positive co-ordinates).
DiagramActions.ShiftDiagramInViewAction(TemplateDiagram) - Constructor for class templates.diagram.actions.DiagramActions.ShiftDiagramInViewAction
Construct an action for the given parameters.
DiagramActions.ShiftDiagramInViewAction(CompoundEdit, TemplateDiagram) - Constructor for class templates.diagram.actions.DiagramActions.ShiftDiagramInViewAction
Construct an action for the given parameters.
DiagramElement - Class in templates.diagram
Common functionality of graphical representations of TemplateModel elements.
DiagramElement() - Constructor for class templates.diagram.DiagramElement
 
DiagramPopup - Class in templates.presentation
The context (right-click) pop-up menu for the TemplateEditableCanvas when the menu is invoked from an empty region (when no element is selected).
DiagramPopup(TemplateEditableCanvas, Point) - Constructor for class templates.presentation.DiagramPopup
Construct the context pop-up menu for the given convas.
DiagramUndoableEdits - Class in templates.diagram.actions
Collection of all undoable edits of TemplateDiagrams.
DiagramUndoableEdits() - Constructor for class templates.diagram.actions.DiagramUndoableEdits
 
DiagramUndoableEdits.AddLinkEdit - Class in templates.diagram.actions
Edit which does and undoes the addition of a TemplateLink between two events from the TemplateComponents linked by a Connector.
DiagramUndoableEdits.AddLinkEdit(TemplateDiagram, Connector, String, String) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.AddLinkEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.AssignFSAEdit - Class in templates.diagram.actions
Edit which does and undoes the assignment of an FSAModel to the TemplateComponent of an Entity.
DiagramUndoableEdits.AssignFSAEdit(TemplateDiagram, Entity, FSAModel) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.AssignFSAEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.CreateConnectorEdit - Class in templates.diagram.actions
Edit which does and undoes the creation of a Connector in a TemplateDiagram.
DiagramUndoableEdits.CreateConnectorEdit(TemplateDiagram, Entity, Entity) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.CreateConnectorEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.CreateEntityEdit - Class in templates.diagram.actions
Edit which does and undoes the creation of an Entity in a TemplateDiagram.
DiagramUndoableEdits.CreateEntityEdit(TemplateDiagram, Point) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.CreateEntityEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.LabelEntityEdit - Class in templates.diagram.actions
Edit which does and undoes the setting of the label of an Entity.
DiagramUndoableEdits.LabelEntityEdit(TemplateDiagram, Entity, String) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.LabelEntityEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.MovedSelectionEdit - Class in templates.diagram.actions
Edit which does and undoes the relocation of DiagramElements in a TemplateDiagram.
DiagramUndoableEdits.MovedSelectionEdit(TemplateDiagram, Collection<DiagramElement>, Point) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.MovedSelectionEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.RemoveConnectorEdit - Class in templates.diagram.actions
Edit which does and undoes the removal of a Connector from a TemplateDiagram.
DiagramUndoableEdits.RemoveConnectorEdit(TemplateDiagram, Connector) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.RemoveConnectorEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.RemoveEntityEdit - Class in templates.diagram.actions
Edit which does and undoes the removal of an Entity from a TemplateDiagram.
DiagramUndoableEdits.RemoveEntityEdit(TemplateDiagram, Entity) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.RemoveEntityEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.RemoveLinkEdit - Class in templates.diagram.actions
Edit which does and undoes the removal of a TemplateLink from a Connector.
DiagramUndoableEdits.RemoveLinkEdit(TemplateDiagram, Connector, TemplateLink) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.RemoveLinkEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.SetControllabilityEdit - Class in templates.diagram.actions
Edit which does and undoes setting the controllability of a DESEvent in the FSAModel.
DiagramUndoableEdits.SetControllabilityEdit(FSAModel, long, boolean) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.SetControllabilityEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.SetIconEdit - Class in templates.diagram.actions
Edit which does and undoes setting the icon of an Entity.
DiagramUndoableEdits.SetIconEdit(TemplateDiagram, Entity, EntityIcon) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.SetIconEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.SetTypeEdit - Class in templates.diagram.actions
Edit which does and undoes setting the type (module or channel) of the TemplateComponent of an Entity.
DiagramUndoableEdits.SetTypeEdit(TemplateDiagram, Entity, int) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.SetTypeEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.TranslateDiagramEdit - Class in templates.diagram.actions
Edit which does and undoes the translation of a TemplateDiagram.
DiagramUndoableEdits.TranslateDiagramEdit(TemplateDiagram, Point) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.TranslateDiagramEdit
Constructs an edit with the given parameters.
DiagramUndoableEdits.UndoableDummyLabel - Class in templates.diagram.actions
Dummy edit which only serves to label a CompoundEdit with a specific user-readable description.
DiagramUndoableEdits.UndoableDummyLabel(String) - Constructor for class templates.diagram.actions.DiagramUndoableEdits.UndoableDummyLabel
Constructs an edit with the given parameters.
displacement - Variable in class templates.diagram.actions.DiagramUndoableEdits.TranslateDiagramEdit
The displacement of the TemplateDiagram.
draggedSelection - Variable in class templates.presentation.MouseInterpreter
Information about whether the dragging operation was performed to drag the current selection.
draw(Graphics2D) - Method in class templates.diagram.Connector
 
draw(Graphics2D, boolean) - Method in class templates.diagram.Connector
 
draw(Graphics2D) - Method in class templates.diagram.Connector.EventBox
Render the event box.
draw(Graphics2D) - Method in class templates.diagram.DiagramElement
Render the diagram element in the given graphical context, disregarding the inconsistency setting.
draw(Graphics2D, boolean) - Method in class templates.diagram.DiagramElement
Render the diagram element in the given graphical context, according to the choice of differentiating or not inconsistent diagram elements.
draw(Graphics2D) - Method in class templates.diagram.Entity
 
draw(Graphics2D, boolean) - Method in class templates.diagram.Entity
 
draw(Graphics2D) - Method in class templates.diagram.Entity.LabelBox
Render the label box in the given graphical context.
draw(Graphics2D) - Method in class templates.diagram.TemplateDiagram
Render the template diagram in the given graphical context, disregarding the inconsistency setting.
draw(Graphics2D, boolean) - Method in class templates.diagram.TemplateDiagram
Render the diagram element in the given graphical context, according to the choice of differentiating or not inconsistent diagram elements.
drawConnector - Variable in class templates.presentation.TemplateEditableCanvas
Information about whether to paint the line representing the new connector when the user is drawing a new connector.
drawPlain(Graphics2D) - Method in class templates.diagram.Entity
Renders only the icon and the label of the entity using the DiagramElement.COLOR_NORM color, in the given graphical context.

A B C D E F G H I J L M N O P R S T U V W Z