Uses of Class
lu.kbra.modelizer_next.domain.shared.ElementStyle
Packages that use ElementStyle
Package
Description
Core diagram model classes.
Small ownership interfaces that expose common model parts, such as ids, names, styles, and
visibility.
Reusable model value objects shared by several domain elements, including display names, style
attributes, and layer visibility.
Transient canvas data carriers.
-
Uses of ElementStyle in lu.kbra.modelizer_next.domain
Methods in lu.kbra.modelizer_next.domain that return ElementStyleModifier and TypeMethodDescriptionClassModel.getStyle()Returns the style.CommentModel.getStyle()Returns the style.FieldModel.getStyle()Returns the style.Methods in lu.kbra.modelizer_next.domain with parameters of type ElementStyleModifier and TypeMethodDescriptionvoidClassModel.setStyle(ElementStyle style) Sets the style.voidCommentModel.setStyle(ElementStyle style) Sets the style.voidFieldModel.setStyle(ElementStyle style) Sets the style. -
Uses of ElementStyle in lu.kbra.modelizer_next.domain.impl
Methods in lu.kbra.modelizer_next.domain.impl that return ElementStyleMethods in lu.kbra.modelizer_next.domain.impl with parameters of type ElementStyle -
Uses of ElementStyle in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return ElementStyleModifier and TypeMethodDescriptionLiveEditContext.style()Returns the value of thestylerecord component.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type ElementStyleModifierConstructorDescriptionLiveEditContext(Point2D pos, Point2D size, Object value, ElementStyle style, Class<?> valueType, Object owner, boolean fixedSize) Creates an instance of aLiveEditContextrecord class.