sferyx.administration.renderers
Class EmptyView

java.lang.Object
  extended by javax.swing.text.View
      extended by sferyx.administration.renderers.EmptyView
All Implemented Interfaces:
javax.swing.SwingConstants

public class EmptyView
extends javax.swing.text.View


Field Summary
 
Fields inherited from class javax.swing.text.View
BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXIS
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
EmptyView(javax.swing.text.Element elem)
           
 
Method Summary
 float getPreferredSpan(int param)
           
 java.awt.Shape modelToView(int param, java.awt.Shape shape, javax.swing.text.Position.Bias bias)
           
 void paint(java.awt.Graphics graphics, java.awt.Shape shape)
           
 int viewToModel(float param, float param1, java.awt.Shape shape, javax.swing.text.Position.Bias[] bias)
           
 
Methods inherited from class javax.swing.text.View
append, breakView, changedUpdate, createFragment, forwardUpdate, forwardUpdateToView, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getResizeWeight, getStartOffset, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, insertUpdate, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, removeUpdate, replace, setParent, setSize, updateChildren, updateLayout, viewToModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyView

public EmptyView(javax.swing.text.Element elem)
Method Detail

getPreferredSpan

public float getPreferredSpan(int param)
Specified by:
getPreferredSpan in class javax.swing.text.View

modelToView

public java.awt.Shape modelToView(int param,
                                  java.awt.Shape shape,
                                  javax.swing.text.Position.Bias bias)
                           throws javax.swing.text.BadLocationException
Specified by:
modelToView in class javax.swing.text.View
Throws:
javax.swing.text.BadLocationException

paint

public void paint(java.awt.Graphics graphics,
                  java.awt.Shape shape)
Specified by:
paint in class javax.swing.text.View

viewToModel

public int viewToModel(float param,
                       float param1,
                       java.awt.Shape shape,
                       javax.swing.text.Position.Bias[] bias)
Specified by:
viewToModel in class javax.swing.text.View