Class RenderOptions
- java.lang.Object
-
- de.aristaflow.ilm.model.graphical.RenderOptions
-
- All Implemented Interfaces:
Serializable
public class RenderOptions extends Object implements Serializable
- See Also:
RenderOptions, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Map<@NotBlank String,String>advOptions@NotNull BooleandataEdgesVisible@NotNull BooleandataElementsVisible@NotNull BooleandataFlowLaneVisible@NotNull BooleandecisionDataEdgesVisible@NotNull BooleandecisionDataElementsVisible@Positive Integerheight@NotNull BooleanhiddenNodesVisible@NotNull BooleansyncEdgesVisible@NotNull BooleansystemDataEdgesVisible@NotNull BooleansystemDataElementsVisible@NotNull Stringtype@Valid RectangleviewPort@Positive Integerwidth
-
Constructor Summary
Constructors Constructor Description RenderOptions()
-
-
-
Field Detail
-
type
@NotNull public @NotNull String type
-
width
@Positive public @Positive Integer width
-
height
@Positive public @Positive Integer height
-
viewPort
@Valid public @Valid Rectangle viewPort
-
dataEdgesVisible
@NotNull public @NotNull Boolean dataEdgesVisible
-
dataElementsVisible
@NotNull public @NotNull Boolean dataElementsVisible
-
systemDataEdgesVisible
@NotNull public @NotNull Boolean systemDataEdgesVisible
-
systemDataElementsVisible
@NotNull public @NotNull Boolean systemDataElementsVisible
-
decisionDataEdgesVisible
@NotNull public @NotNull Boolean decisionDataEdgesVisible
-
decisionDataElementsVisible
@NotNull public @NotNull Boolean decisionDataElementsVisible
-
dataFlowLaneVisible
@NotNull public @NotNull Boolean dataFlowLaneVisible
-
syncEdgesVisible
@NotNull public @NotNull Boolean syncEdgesVisible
-
hiddenNodesVisible
@NotNull public @NotNull Boolean hiddenNodesVisible
-
-