Class JavaClazz
java.lang.Object
ch.ifocusit.plantuml.classdiagram.model.clazz.JavaClazz
- All Implemented Interfaces:
Clazz,Comparable<Clazz>
- Author:
- Julien Boz
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.ifocusit.plantuml.classdiagram.model.clazz.Clazz
Clazz.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributes(ClassAttribute... attributes) voidaddMethods(ClassMethod... methods) static JavaClazzfrom(Class aClass, ClassAttribute[] attributes, ClassMethod[] methods) getLink()getName()Class<?>getType()setBackgroundColor(String color) setBorderColor(String color) setOverridedName(String overridedName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.ifocusit.plantuml.classdiagram.model.clazz.Clazz
compareTo, getStereotypes, hasContent, validate
-
Constructor Details
-
JavaClazz
-
-
Method Details
-
getName
-
getType
-
getLink
-
setLink
-
getRelatedClass
-
getAttributes
- Specified by:
getAttributesin interfaceClazz
-
addAttributes
-
getMethods
- Specified by:
getMethodsin interfaceClazz
-
addMethods
-
setOverridedName
-
getBackgroundColor
- Specified by:
getBackgroundColorin interfaceClazz
-
getBorderColor
- Specified by:
getBorderColorin interfaceClazz
-
setBackgroundColor
-
setBorderColor
-
from
-