Package guideme.scene

Class LytGuidebookScene

All Implemented Interfaces:
LytBlockContainer, LytErrorSink, Styleable

public class LytGuidebookScene extends LytBox
Shows a pseudo-in-world scene within the guidebook.
  • Constructor Details

  • Method Details

    • getScene

      @Nullable public @Nullable GuidebookScene getScene()
    • setScene

      public void setScene(@Nullable @Nullable GuidebookScene scene)
    • computeBoxLayout

      protected LytRect computeBoxLayout(LayoutContext context, int x, int y, int availableWidth)
      Specified by:
      computeBoxLayout in class LytBox
    • setInteractive

      public void setInteractive(boolean interactive)
    • isInteractive

      public boolean isInteractive()
    • setBackground

      public void setBackground(ColorValue background)
    • isFullWidth

      public boolean isFullWidth()
    • setFullWidth

      public void setFullWidth(boolean fullWidth)
    • getPreferredSize

      public LytSize getPreferredSize()
    • exportAsPng

      public byte[] exportAsPng(float scale, boolean hideAnnotations)
    • visitChildren

      protected LytVisitor.Result visitChildren(LytVisitor visitor, boolean includeOutOfTreeContent)
      Overrides:
      visitChildren in class LytNode