org.skunk.swing.text.syntax
Class SyntaxEditorKit.SyntaxView

java.lang.Object
  |
  +--javax.swing.text.View
        |
        +--javax.swing.text.PlainView
              |
              +--org.skunk.swing.text.syntax.SyntaxEditorKit.SyntaxView
All Implemented Interfaces:
javax.swing.SwingConstants, javax.swing.text.TabExpander
Enclosing class:
SyntaxEditorKit

public static class SyntaxEditorKit.SyntaxView
extends javax.swing.text.PlainView


Fields inherited from class javax.swing.text.PlainView
metrics
 
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, NORTH, NORTH_EAST, NORTH_WEST, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
SyntaxEditorKit.SyntaxView(javax.swing.text.Element elem, SyntaxStyle.SyntaxStyleSet styleSet)
           
 
Method Summary
protected  void drawLine(int line, java.awt.Graphics g, int x, int y)
           
 
Methods inherited from class javax.swing.text.PlainView
changedUpdate, drawSelectedText, drawUnselectedText, getLineBuffer, getPreferredSpan, getTabSize, insertUpdate, modelToView, nextTabStop, paint, removeUpdate, viewToModel
 
Methods inherited from class javax.swing.text.View
append, breakView, createFragment, forwardUpdate, forwardUpdateToView, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getResizeWeight, getStartOffset, getView, getViewCount, getViewFactory, getViewIndex, insert, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, 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

SyntaxEditorKit.SyntaxView

public SyntaxEditorKit.SyntaxView(javax.swing.text.Element elem,
                                  SyntaxStyle.SyntaxStyleSet styleSet)
Method Detail

drawLine

protected void drawLine(int line,
                        java.awt.Graphics g,
                        int x,
                        int y)
Overrides:
drawLine in class javax.swing.text.PlainView