Class 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
    • Constructor Detail

      • RenderOptions

        public RenderOptions()