public class RMViewer
extends javax.swing.JComponent
implements java.beans.PropertyChangeListener, javax.swing.Scrollable
new RMViewer(aDocument).print();
Or you might want to allocate one and add it to a Swing component hierarchy:
RMViewer viewer = new RMViewer(); viewer.setContent(new RMDocument(aSource)); myFrame.getContentPane().add(new JScrollPane(viewer));
Modifier and Type | Class and Description |
---|---|
static class |
RMViewer.PhantomPane
A phantom component that resides in the viewer, that Swing JComponentShapes can attach to, to draw.
|
static class |
RMViewer.ZoomMode |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
Content_Prop |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
Constructor and Description |
---|
RMViewer()
Creates a new RMViewer with an empty document in it.
|
Modifier and Type | Method and Description |
---|---|
RMPoint |
convertPointFromShape(RMPoint aPoint,
RMShape aShape)
Returns a point converted from the coordinate space of the given shape to viewer coords.
|
RMPoint |
convertPointToShape(java.awt.geom.Point2D aPoint,
RMShape aShape)
Returns a point converted from viewer coords to the coordinate space of the given shape.
|
RMRect |
convertRectFromShape(RMRect aRect,
RMShape aShape)
Returns a rect converted from the coordinate space of the given shape to viewer coords.
|
RMRect |
convertRectToShape(RMRect aRect,
RMShape aShape)
Returns a rect converted from viewer coords to the coordinate space of the given shape.
|
void |
docShapeRepaint(RMShape aShape)
Doc listener method - called before a shape makes a visual change.
|
java.awt.print.Book |
getBook()
Returns a java.awt.print.Book, suitable for AWT printing.
|
RMParentShape |
getContent()
Returns the root shape that is the content of this viewer.
|
int |
getContentX()
Returns the content shape's X location in viewer.
|
int |
getContentY()
Returns the content shape's Y location in viewer.
|
RMDocument |
getDocument()
Returns the RMDocument associated with this viewer.
|
RMRect |
getDocumentBounds()
Returns the bounds of the viewer document.
|
boolean |
getDrawsBackground()
Returns whether or not the gutter, page background & drop shadow get drawn.
|
RMShape |
getHoverShape(java.lang.String aString)
Returns a hover shape for given something.
|
RMViewerInputAdapter |
getInputAdapter()
Returns the input adapter for the viewer (handles mouse and keyboard input).
|
RMRect |
getPageBounds()
Returns the bounds of the viewer document's selected page.
|
int |
getPageCount()
Returns the page count.
|
boolean |
getPaintFrameRate()
Returns whether we paint frame rate.
|
RMViewer.PhantomPane |
getPhantomPane()
Returns the phantom pane (creating, if necessary).
|
java.awt.Dimension |
getPreferredScrollableViewportSize() |
java.awt.Dimension |
getPreferredSize()
Returns the optimal size of the viewer.
|
RMRect |
getRepaintBoundsForShape(RMShape aShape)
Returns the bounds for a given shape in the viewer.
|
int |
getScrollableBlockIncrement(java.awt.Rectangle visibleRect,
int orientation,
int direction) |
boolean |
getScrollableTracksViewportHeight() |
boolean |
getScrollableTracksViewportWidth()
Scrollable methods.
|
int |
getScrollableUnitIncrement(java.awt.Rectangle visibleRect,
int orientation,
int direction) |
RMParentShape |
getSelectedPage()
Returns the currently selected page shape.
|
int |
getSelectedPageIndex()
Returns the index of the current visible document page.
|
RMShape |
getShape(java.lang.String aName)
Returns the document shape for given name.
|
RMShape |
getShapeAtPoint(java.awt.geom.Point2D aPoint,
boolean goDeep)
Returns the first shape hit by the given point.
|
RMShapePainter |
getShapePainter(java.awt.Graphics2D aGr)
Returns the object that is actually responsible for paining shapes in the viewer.
|
boolean |
getShapeRepaintEnabled()
Returns whether changes to shapes cause repaints.
|
WebURL |
getSourceURL()
Returns the source URL.
|
java.awt.geom.AffineTransform |
getTransformFromShape(RMShape aShape)
Returns the transform from given shape to viewer.
|
Undoer |
getUndoer()
Returns the undoer associated with the viewer's document.
|
RMViewerShape |
getViewerShape()
Returns the viewer shape.
|
float |
getZoomFactor()
Returns the viewer's zoom factor (1 by default).
|
float |
getZoomFactor(RMViewer.ZoomMode aMode)
Returns the zoom factor for the given mode at the current viewer size.
|
java.awt.Rectangle |
getZoomFocusRect()
Returns zoom focus rect (just the visible rect by default, but overriden by editor to return selected shapes rect).
|
RMViewer.ZoomMode |
getZoomMode()
Returns the ZoomMode (ZoomToFit, ZoomIfNeeded, ZoomToFactor).
|
float |
getZoomToActualSizeFactor()
Returns the zoom factor to view the document at actual size taking into account the current screen resolution.
|
boolean |
isEditing()
Returns whether viewer is really doing editing.
|
boolean |
isPreview()
Returns whether editor is preview (or viewer) mode.
|
boolean |
isZoomToFactor()
Returns whether viewer is set to ZoomToFactor.
|
void |
pageBack()
Selects the previous page.
|
void |
pageForward()
Selects the next page.
|
void |
paintComponent(java.awt.Graphics aGraphics)
Overrides JComponent implementation to paint viewer shapes and page, margin, grid, etc.
|
void |
performActionURLClick(java.lang.String aURL)
Viewer callback - called when shape with URL is clicked (opens URL).
|
void |
play()
Starts any animation viewer might have.
|
void |
print()
This method tells the RMViewer to print by running the print dialog (configured to the default printer).
|
void |
print(java.lang.String aPrinterName,
boolean runPanel)
This method tells the RMViewer to print to the printer with the given printer name (use null for default printer).
|
void |
propertyChange(java.beans.PropertyChangeEvent anEvent)
PropertyChangeListener method - called by document.
|
void |
repaint(java.awt.geom.Rectangle2D aRect)
Requests a repaint for the area represented by the given rect.
|
void |
runZoomPanel()
Runs a dialog panel to request a percentage zoom (which is then set with setZoomFactor).
|
void |
setBounds(int x,
int y,
int w,
int h)
Overrides to update ZoomFactor if dynamic.
|
void |
setContent(java.lang.Object aSource)
Sets the content from any source.
|
void |
setContent(RMParentShape aShape)
Sets the root shape that is the content of this viewer.
|
void |
setInputAdapter(RMViewerInputAdapter anInputAdapter)
Sets the input adapter for the viewer (handles mouse and keyboard input).
|
void |
setPaintFrameRate(boolean aValue)
Sets whether we paint frame rate.
|
void |
setSelectedPageIndex(int anIndex)
Sets the page of viewer's document that is visible (by index).
|
void |
setShapeRepaintEnabled(boolean aFlag)
Sets whether changes to shapes cause repaints.
|
void |
setZoomFactor(float aFactor)
Sets the viewer's zoom factor (1 for 100%).
|
void |
setZoomMode(RMViewer.ZoomMode aZoomMode)
Sets the ZoomMode.
|
void |
setZoomToFitFactor()
Sets the zoom to fit factor, based on the current zoom mode.
|
void |
stop()
Stops any animation viewer might have.
|
boolean |
undoerHasUndos()
Returns whether undos exist in the viewer's documents's undoer (convenience).
|
void |
undoerSetUndoTitle(java.lang.String aTitle)
Sets the title of the next registered undo in the viewer's documents's undoer (convenience).
|
void |
zoomToggleLast()
Sets the viewer's zoom to its previous value.
|
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getUIClassID, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update, updateUI
add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public static final java.lang.String Content_Prop
public RMViewerShape getViewerShape()
public RMParentShape getContent()
public void setContent(RMParentShape aShape)
public void setContent(java.lang.Object aSource)
public RMDocument getDocument()
public WebURL getSourceURL()
public boolean isEditing()
public boolean isPreview()
public int getPageCount()
public RMParentShape getSelectedPage()
public int getSelectedPageIndex()
public void setSelectedPageIndex(int anIndex)
public void pageForward()
public void pageBack()
public void play()
public void stop()
public RMRect getDocumentBounds()
public RMRect getPageBounds()
public RMShape getShapeAtPoint(java.awt.geom.Point2D aPoint, boolean goDeep)
public float getZoomFactor()
public void setZoomFactor(float aFactor)
public RMViewer.ZoomMode getZoomMode()
public void setZoomMode(RMViewer.ZoomMode aZoomMode)
public boolean isZoomToFactor()
public float getZoomFactor(RMViewer.ZoomMode aMode)
public void setZoomToFitFactor()
public java.awt.Rectangle getZoomFocusRect()
public float getZoomToActualSizeFactor()
public void zoomToggleLast()
public void runZoomPanel()
public void setBounds(int x, int y, int w, int h)
setBounds
in class java.awt.Component
public int getContentX()
public int getContentY()
public RMPoint convertPointFromShape(RMPoint aPoint, RMShape aShape)
public RMPoint convertPointToShape(java.awt.geom.Point2D aPoint, RMShape aShape)
public RMRect convertRectFromShape(RMRect aRect, RMShape aShape)
public RMRect convertRectToShape(RMRect aRect, RMShape aShape)
public java.awt.geom.AffineTransform getTransformFromShape(RMShape aShape)
public void repaint(java.awt.geom.Rectangle2D aRect)
public RMShapePainter getShapePainter(java.awt.Graphics2D aGr)
public boolean getDrawsBackground()
public void paintComponent(java.awt.Graphics aGraphics)
paintComponent
in class javax.swing.JComponent
public RMViewerInputAdapter getInputAdapter()
public void setInputAdapter(RMViewerInputAdapter anInputAdapter)
public void performActionURLClick(java.lang.String aURL)
public RMShape getHoverShape(java.lang.String aString)
public java.awt.Dimension getPreferredSize()
getPreferredSize
in class javax.swing.JComponent
public boolean getScrollableTracksViewportWidth()
getScrollableTracksViewportWidth
in interface javax.swing.Scrollable
public boolean getScrollableTracksViewportHeight()
getScrollableTracksViewportHeight
in interface javax.swing.Scrollable
public int getScrollableBlockIncrement(java.awt.Rectangle visibleRect, int orientation, int direction)
getScrollableBlockIncrement
in interface javax.swing.Scrollable
public int getScrollableUnitIncrement(java.awt.Rectangle visibleRect, int orientation, int direction)
getScrollableUnitIncrement
in interface javax.swing.Scrollable
public java.awt.Dimension getPreferredScrollableViewportSize()
getPreferredScrollableViewportSize
in interface javax.swing.Scrollable
public Undoer getUndoer()
public void undoerSetUndoTitle(java.lang.String aTitle)
public boolean undoerHasUndos()
public boolean getShapeRepaintEnabled()
public void setShapeRepaintEnabled(boolean aFlag)
public void docShapeRepaint(RMShape aShape)
public RMRect getRepaintBoundsForShape(RMShape aShape)
public void propertyChange(java.beans.PropertyChangeEvent anEvent)
propertyChange
in interface java.beans.PropertyChangeListener
public RMShape getShape(java.lang.String aName)
public RMViewer.PhantomPane getPhantomPane()
public boolean getPaintFrameRate()
public void setPaintFrameRate(boolean aValue)
public void print()
public void print(java.lang.String aPrinterName, boolean runPanel)
public java.awt.print.Book getBook()