Uses of Class
org.gjt.sp.jedit.syntax.Chunk
-
Uses of Chunk in org.gjt.sp.jedit.syntax
Modifier and TypeMethodDescriptionstatic float
Converts an offset in a chunk list into an x co-ordinate.static float
Chunk.paintChunkBackgrounds
(Chunk chunks, Graphics2D gfx, float x, float y, float lineHeight) Paints the background highlights of a chunk list.static float
Chunk.paintChunkList
(Chunk chunks, Graphics2D gfx, float x, float y, boolean glyphVector) Paints a chunk list.static int
Converts an x co-ordinate in a chunk list into an offset.Modifier and TypeMethodDescriptionvoid
DisplayTokenHandler.init
(SyntaxStyle[] styles, FontRenderContext fontRenderContext, TabExpander expander, List<Chunk> out, float wrapMargin, int physicalLineOffset) Init some variables that will be used when marking tokens.