net.sourceforge.plantuml.objectdiagram
Class ObjectDiagram

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.UmlDiagram
          extended by net.sourceforge.plantuml.cucadiagram.CucaDiagram
              extended by net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
                  extended by net.sourceforge.plantuml.objectdiagram.AbstractClassOrObjectDiagram
                      extended by net.sourceforge.plantuml.objectdiagram.ObjectDiagram
All Implemented Interfaces:
GroupHierarchy, PortionShower, PSystem

public class ObjectDiagram
extends AbstractClassOrObjectDiagram


Field Summary
 
Fields inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
BETA
 
Constructor Summary
ObjectDiagram()
           
 
Method Summary
 IEntity getOrCreateClass(String code)
           
 UmlDiagramType getUmlDiagramType()
           
 
Methods inherited from class net.sourceforge.plantuml.objectdiagram.AbstractClassOrObjectDiagram
associationClass, getNbOfHozizontalLollipop, insertBetween
 
Methods inherited from class net.sourceforge.plantuml.classdiagram.AbstractEntityDiagram
getDescription, getDotStrings
 
Methods inherited from class net.sourceforge.plantuml.cucadiagram.CucaDiagram
addLink, clean, computeAutonomyOfGroups, createEntity, createEntityInternal, createPng2, createPng2, endGroup, ensureDelete, entities, entityExist, exportDiagramInternal, exportDiagrams, getChildrenGroups, getColorMapper, getCurrentGroup, getGroup, getGroups, getHides, getHorizontalPages, getLabelangle, getLabeldistance, getLinks, getNbImages, getOrCreateEntity, getOrCreateGroup, getOrCreateGroupInternal, getRankdir, getVerticalPages, hasUrl, hideOrShow, hideOrShow, isAutarkic, isEmpty, isGroup, isVisibilityModifierPresent, overideGroup, removeLink, resetPragmaLabel, setHorizontalPages, setRankdir, setVerticalPages, setVisibilityModifierPresent, showPortion
 
Methods inherited from class net.sourceforge.plantuml.UmlDiagram
exportCmap, exportDiagram, getDpi, getDpiFactor, getFooter, getFooterAlignement, getHeader, getHeaderAlignement, getMinwidth, getPragma, getScale, getSkinParam, getTitle, isHideUnlinkedData, isRotation, setFooter, setFooterAlignement, setHeader, setHeaderAlignement, setHideUnlinkedData, setMinwidth, setParam, setRotation, setScale, setTitle
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
getMetadata, getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.PSystem
getMetadata, getSource
 

Constructor Detail

ObjectDiagram

public ObjectDiagram()
Method Detail

getOrCreateClass

public IEntity getOrCreateClass(String code)
Specified by:
getOrCreateClass in class AbstractEntityDiagram

getUmlDiagramType

public UmlDiagramType getUmlDiagramType()
Specified by:
getUmlDiagramType in class UmlDiagram


Copyright © 2011. All Rights Reserved.