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

Quick Search    Search Deep

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

java.lang.Object
  extended byjavax.swing.text.View
      extended byjavax.swing.text.CompositeView
          extended byjavax.swing.text.BoxView
              extended byjavax.swing.text.FlowView
                  extended byjavax.swing.text.ParagraphView
                      extended byjavax.swing.text.html.ParagraphView
                          extended byorg.gendiapo.editor.document.CSSParagraphView
All Implemented Interfaces:
javax.swing.SwingConstants, javax.swing.text.TabExpander

public class CSSParagraphView
extends javax.swing.text.html.ParagraphView


Nested Class Summary
 
Nested classes inherited from class javax.swing.text.ParagraphView
 
Nested classes inherited from class javax.swing.text.FlowView
javax.swing.text.FlowView.FlowStrategy
 
Field Summary
(package private)  javax.swing.text.html.StyleSheet styleSheet
           
 
Fields inherited from class javax.swing.text.html.ParagraphView
 
Fields inherited from class javax.swing.text.ParagraphView
firstLineIndent
 
Fields inherited from class javax.swing.text.FlowView
layoutPool, layoutSpan, strategy
 
Fields inherited from class javax.swing.text.BoxView
 
Fields inherited from class javax.swing.text.CompositeView
 
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
CSSParagraphView(javax.swing.text.Element elem)
           
 
Method Summary
 javax.swing.text.AttributeSet getAttributes()
           
protected  javax.swing.text.html.StyleSheet getStyleSheet()
           
 
Methods inherited from class javax.swing.text.html.ParagraphView
calculateMinorAxisRequirements, getMaximumSpan, getMinimumSpan, getPreferredSpan, isVisible, paint, setParent, setPropertiesFromAttributes
 
Methods inherited from class javax.swing.text.ParagraphView
changedUpdate, createRow, getAlignment, getLayoutView, getLayoutViewCount, getTabSet, nextTabStop, setFirstLineIndent, setJustification, setLineSpacing
 
Methods inherited from class javax.swing.text.FlowView
getFlowAxis, getFlowSpan, getFlowStart, getViewIndexAtPosition, insertUpdate, layout, loadChildren, removeUpdate
 
Methods inherited from class javax.swing.text.BoxView
baselineLayout, baselineRequirements, calculateMajorAxisRequirements, childAllocation, getAxis, getHeight, getOffset, getSpan, getViewAtPoint, getWidth, isAfter, isAllocationValid, isBefore, isLayoutValid, layoutChanged, layoutMajorAxis, layoutMinorAxis, modelToView, paintChild, preferenceChanged, replace, setAxis, setSize
 
Methods inherited from class javax.swing.text.CompositeView
flipEastAndWestAtEnds, getBottomInset, getChildAllocation, getInsideAllocation, getLeftInset, getNextEastWestVisualPositionFrom, getNextNorthSouthVisualPositionFrom, getNextVisualPositionFrom, getRightInset, getTopInset, getView, getViewAtPosition, getViewCount, getViewIndex, modelToView, setInsets, setParagraphInsets, viewToModel
 
Methods inherited from class javax.swing.text.View
append, breakView, createFragment, forwardUpdate, forwardUpdateToView, getBreakWeight, getContainer, getDocument, getElement, getEndOffset, getGraphics, getParent, getResizeWeight, getStartOffset, getToolTipText, getViewFactory, getViewIndex, insert, modelToView, remove, removeAll, updateChildren, updateLayout, viewToModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleSheet

javax.swing.text.html.StyleSheet styleSheet
Constructor Detail

CSSParagraphView

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

getAttributes

public javax.swing.text.AttributeSet getAttributes()

getStyleSheet

protected javax.swing.text.html.StyleSheet getStyleSheet()