Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gendiapo.editor.document
Class TextView  view TextView download TextView.java

java.lang.Object
  extended byjavax.swing.text.View
      extended byjavax.swing.text.GlyphView
          extended byjavax.swing.text.LabelView
              extended byorg.gendiapo.editor.document.TextView
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.SwingConstants, javax.swing.text.TabableView

public class TextView
extends javax.swing.text.LabelView


Nested Class Summary
 
Nested classes inherited from class javax.swing.text.GlyphView
javax.swing.text.GlyphView.GlyphPainter
 
Field Summary
(package private)  java.awt.Font _font
           
 
Fields inherited from class javax.swing.text.LabelView
 
Fields inherited from class javax.swing.text.GlyphView
 
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
TextView(javax.swing.text.Element elem)
           
TextView(javax.swing.text.Element elem, java.awt.Font font)
           
 
Method Summary
 java.awt.Font getFont()
          Returns the font for the glyphs.
 
Methods inherited from class javax.swing.text.LabelView
changedUpdate, getBackground, getFontMetrics, getForeground, isStrikeThrough, isSubscript, isSuperscript, isUnderline, setBackground, setPropertiesFromAttributes, setStrikeThrough, setSubscript, setSuperscript, setUnderline
 
Methods inherited from class javax.swing.text.GlyphView
breakView, checkPainter, clone, createFragment, getAlignment, getBreakWeight, getEndOffset, getGlyphPainter, getNextVisualPositionFrom, getPartialSpan, getPreferredSpan, getStartOffset, getTabbedSpan, getTabExpander, getText, insertUpdate, isStikeThrough, modelToView, paint, removeUpdate, setGlyphPainter, viewToModel
 
Methods inherited from class javax.swing.text.View
append, forwardUpdate, forwardUpdateToView, getAttributes, getChildAllocation, getContainer, getDocument, getElement, getGraphics, getMaximumSpan, getMinimumSpan, getParent, getResizeWeight, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, replace, setParent, setSize, updateChildren, updateLayout, viewToModel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_font

java.awt.Font _font
Constructor Detail

TextView

public TextView(javax.swing.text.Element elem)

TextView

public TextView(javax.swing.text.Element elem,
                java.awt.Font font)
Method Detail

getFont

public java.awt.Font getFont()
Description copied from class: javax.swing.text.LabelView
Returns the font for the glyphs.