public interface ILineInfoManager
| Modifier and Type | Method and Description |
|---|---|
Cursor |
getCursor(int iLine) |
int |
getRequiredWidth() |
void |
handleLineClick(MouseEvent e,
int iLine,
int iX,
int iY) |
void |
render(Graphics g,
int iLine,
int iLineHeight,
int iX,
int iY) |
void |
renderHighlight(GosuEditorPane editor,
Graphics g,
int iLine) |
int getRequiredWidth()
void render(Graphics g, int iLine, int iLineHeight, int iX, int iY)
void handleLineClick(MouseEvent e, int iLine, int iX, int iY)
Cursor getCursor(int iLine)
void renderHighlight(GosuEditorPane editor, Graphics g, int iLine)
Copyright © 2018. All rights reserved.