org.fife.ui.rsyntaxtextarea
Class WrappedSyntaxView2

java.lang.Object
  extended by org.fife.ui.rsyntaxtextarea.WrappedSyntaxView2

public class WrappedSyntaxView2
extends java.lang.Object

Replacement for the old WrappedSyntaxView class, designed to be faster with large wrapped documents. Heavily based off of BoxView, but streamlined to only care about the y-axis, and takes code folding into account.

This class is not currently used.


Constructor Summary
WrappedSyntaxView2(javax.swing.text.Element root)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedSyntaxView2

public WrappedSyntaxView2(javax.swing.text.Element root)