Package | Description |
---|---|
jhelp.util.gui |
GUI tools and utilities.
|
jhelp.util.samples.font.gui |
Modifier and Type | Method and Description |
---|---|
JHelpImage |
JHelpRichText.createImage(java.lang.String text,
JHelpFont font,
int colorText)
Create an image for draw the text with symbols replaced by corresponding image
|
private JHelpImage |
JHelpRichText.createImage(java.lang.String text,
JHelpFont font,
int colorText,
JHelpPaint paintText,
JHelpImage textureText)
Compute image that draw the text with symbols replaced by corresponding images
|
JHelpImage |
JHelpRichText.createImage(java.lang.String text,
JHelpFont font,
JHelpImage textureText)
Create an image for draw the text with symbols replaced by corresponding image
|
JHelpImage |
JHelpRichText.createImage(java.lang.String text,
JHelpFont font,
JHelpPaint paintText)
Create an image for draw the text with symbols replaced by corresponding image
|
void |
JHelpImage.drawString(int x,
int y,
java.lang.String string,
JHelpFont font,
int color)
Draw a string
MUST be in draw mode |
void |
JHelpImage.drawString(int x,
int y,
java.lang.String string,
JHelpFont font,
int color,
boolean doAlphaMix)
Draw a string
MUST be in draw mode |
void |
JHelpImage.drawStringCenter(int x,
int y,
java.lang.String string,
JHelpFont font,
int color)
Draw a string center on given point
MUST be in draw mode |
void |
JHelpImage.drawStringCenter(int x,
int y,
java.lang.String string,
JHelpFont font,
int color,
boolean doAlphaMix)
Draw a string center on given point
MUST be in draw mode |
void |
JHelpImage.fillString(int x,
int y,
java.lang.String string,
JHelpFont font,
int color)
Fill a string
MUST be in draw mode |
void |
JHelpImage.fillString(int x,
int y,
java.lang.String string,
JHelpFont font,
int color,
boolean doAlphaMix)
Fill a string
MUST be in draw mode |
void |
JHelpImage.fillString(int x,
int y,
java.lang.String string,
JHelpFont font,
JHelpImage texture,
int color)
Fill a string
Note : if the texture is not in draw mode, all of it's visible sprite will be consider like a part of he texture MUST be in draw mode |
void |
JHelpImage.fillString(int x,
int y,
java.lang.String string,
JHelpFont font,
JHelpImage texture,
int color,
boolean doAlphaMix)
Fill a string
Note : if the texture is not in draw mode, all of it's visible sprite will be consider like a part of he texture MUST be in draw mode |
void |
JHelpImage.fillString(int x,
int y,
java.lang.String string,
JHelpFont font,
JHelpPaint paint,
int color)
Fill a string
MUST be on draw mode |
void |
JHelpImage.fillString(int x,
int y,
java.lang.String string,
JHelpFont font,
JHelpPaint paint,
int color,
boolean doAlphaMix)
Fill a string
MUST be on draw mode |
Modifier and Type | Field and Description |
---|---|
private JHelpFont |
JHelpFontSampleFrame.font
Actual font
|