com.levigo.jadice.swing.pageview
Class PageViewUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.levigo.jadice.swing.pageview.PageViewUI
Direct Known Subclasses:
BasicPageViewUI

public abstract class PageViewUI
extends ComponentUI


Constructor Summary
PageViewUI()
           
 
Method Summary
abstract  void paintBackground(Graphics2D g, JComponent c)
           
abstract  void paintPageDecoration(Graphics2D g, JComponent c, Rectangle pageBounds, boolean isCurrentPage)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageViewUI

public PageViewUI()
Method Detail

paintBackground

public abstract void paintBackground(Graphics2D g,
                                     JComponent c)

paintPageDecoration

public abstract void paintPageDecoration(Graphics2D g,
                                         JComponent c,
                                         Rectangle pageBounds,
                                         boolean isCurrentPage)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.