Class RenderOptions

java.lang.Object
de.aristaflow.ilm.model.graphical.RenderOptions
All Implemented Interfaces:
Serializable

public class RenderOptions extends Object implements Serializable
See Also:
  • Field Details

    • 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
    • advOptions

      public Map<@NotBlank String,String> advOptions
  • Constructor Details

    • RenderOptions

      public RenderOptions()