站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

CodeFoldingSideBar.PaintInfo (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Class CodeFoldingSideBar.PaintInfo

java.lang.Object
  extended by org.netbeans.editor.CodeFoldingSideBar.PaintInfo
Enclosing class:
CodeFoldingSideBar

public class CodeFoldingSideBar.PaintInfo
extends Object


Constructor Summary
CodeFoldingSideBar.PaintInfo(int paintOperation, int innerLevel, int paintY, int paintHeight)
           
CodeFoldingSideBar.PaintInfo(int paintOperation, int innerLevel, int paintY, int paintHeight, boolean isCollapsed)
           
 
Method Summary
 int getInnerLevel()
           
 int getPaintHeight()
           
 int getPaintOperation()
           
 int getPaintY()
           
 boolean isCollapsed()
           
 void setInnerLevel(int innerLevel)
           
 void setPaintOperation(int paintOperation)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeFoldingSideBar.PaintInfo

public CodeFoldingSideBar.PaintInfo(int paintOperation,
                                    int innerLevel,
                                    int paintY,
                                    int paintHeight,
                                    boolean isCollapsed)

CodeFoldingSideBar.PaintInfo

public CodeFoldingSideBar.PaintInfo(int paintOperation,
                                    int innerLevel,
                                    int paintY,
                                    int paintHeight)
Method Detail

getPaintOperation

public int getPaintOperation()

getInnerLevel

public int getInnerLevel()

getPaintY

public int getPaintY()

getPaintHeight

public int getPaintHeight()

isCollapsed

public boolean isCollapsed()

setPaintOperation

public void setPaintOperation(int paintOperation)

setInnerLevel

public void setInnerLevel(int innerLevel)

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.