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 Boolean
dataEdgesVisible
@NotNull Boolean
dataElementsVisible
@NotNull Boolean
dataFlowLaneVisible
@NotNull Boolean
decisionDataEdgesVisible
@NotNull Boolean
decisionDataElementsVisible
@Positive Integer
height
@NotNull Boolean
hiddenNodesVisible
@NotNull Boolean
syncEdgesVisible
@NotNull Boolean
systemDataEdgesVisible
@NotNull Boolean
systemDataElementsVisible
@NotNull String
type
@Valid Rectangle
viewPort
@Positive Integer
width
-
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
-
-