Uses of Class
lu.kbra.modelizer_next.domain.ClassModel
Packages that use ClassModel
Package
Description
Core diagram model classes.
Canvas behavior split into small mixin-style interfaces.
Swing dialogs used to edit classes, fields, links, comments, style palettes, names, and export
settings.
-
Uses of ClassModel in lu.kbra.modelizer_next.domain
Methods in lu.kbra.modelizer_next.domain that return types with arguments of type ClassModelMethod parameters in lu.kbra.modelizer_next.domain with type arguments of type ClassModelModifier and TypeMethodDescriptionvoidDiagramModel.setClasses(List<ClassModel> classes) Sets the classes. -
Uses of ClassModel in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type ClassModelModifier and TypeMethodDescriptiondefault CopiedClassCaptureManager.captureClass(ClassModel classModel) Captures the class into a portable snapshot.default Rectangle2DNodeLayoutManager.computeClassBounds(ClassModel classModel, NodeLayout layout) Computes the class bounds.default voidElementRenderer.drawConceptualLogicalClassField(Graphics2D g2, Rectangle2D bounds, double rowY, ClassModel classModel, FieldModel fieldModel) Draws the conceptual logical class field.default voidElementRenderer.drawPhysicalClassField(Graphics2D g2, Rectangle2D bounds, double rowY, lu.kbra.pclib.datastructure.triplet.Triplet<Double, Double, Double> columnWidths, ClassModel classModel, FieldModel fieldModel, lu.kbra.pclib.datastructure.pair.Pair<Boolean, Boolean> anyFlagsTypes) Draws the physical class field. -
Uses of ClassModel in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs with parameters of type ClassModelModifier and TypeMethodDescriptionstatic ClassEditorDialog.ResultClassEditorDialog.showDialog(Component parent, ClassModel classModel) Shows the dialog.