Methods in org.gjt.sp.jedit.syntax with parameters of type Chunk |
protected void |
DisplayTokenHandler.initChunk(Chunk chunk,
javax.swing.text.Segment seg)
|
static float |
Chunk.offsetToX(Chunk chunks,
int offset)
Converts an offset in a chunk list into an x co-ordinate. |
static float |
Chunk.paintChunkBackgrounds(Chunk chunks,
java.awt.Graphics2D gfx,
float x,
float y)
Paints the background highlights of a chunk list. |
static float |
Chunk.paintChunkList(Chunk chunks,
java.awt.Graphics2D gfx,
float x,
float y,
boolean glyphVector)
Paints a chunk list. |
static int |
Chunk.xToOffset(Chunk chunks,
float x,
boolean round)
Converts an x co-ordinate in a chunk list into an offset. |