Uses of Class
ij.plugin.frame.jedit.syntax.Chunk

Packages that use Chunk
ij.plugin.frame.jedit.syntax The jEdit syntax highlighting engine. 
 

Uses of Chunk in ij.plugin.frame.jedit.syntax
 

Methods in ij.plugin.frame.jedit.syntax with parameters of type Chunk
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.