Package snap.view

Class PageView

All Implemented Interfaces:
PropChange.DoChange, XMLArchiver.Archivable, ViewHost

public class PageView extends ChildView
A View subclass to represent a DocView page.
  • Constructor Details

    • PageView

      public PageView()
      Constructor.
  • Method Details

    • getDoc

      public DocView getDoc()
      Returns the document.
    • getMarginRect

      public Rect getMarginRect()
      Returns the margin rect.
    • paintBack

      protected void paintBack(Painter aPntr)
      Override to paint page margin.
      Overrides:
      paintBack in class View
    • initProps

      protected void initProps(PropSet aPropSet)
      Override to customize for this class.
      Overrides:
      initProps in class ParentView