|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoreGraphics | |
|---|---|
| pulpcore.image | Provides classes for images, fonts, and graphic rendering. |
| pulpcore.math | Provides classes for arithmetic and geometry. |
| pulpcore.scene | Provides the Scene class and a few Scene implementations. |
| pulpcore.sprite | Provides the Sprite class, the ImageSprite class, and a few Sprite-based widgets. |
| Uses of CoreGraphics in pulpcore.image |
|---|
| Methods in pulpcore.image that return CoreGraphics | |
|---|---|
CoreGraphics |
CoreImage.createGraphics()
Creates a new CoreGaphics context for drawing onto this image. |
| Uses of CoreGraphics in pulpcore.math |
|---|
| Methods in pulpcore.math with parameters of type CoreGraphics | |
|---|---|
void |
Path.draw(CoreGraphics g,
boolean drawJoints)
Draws the segments of this path using the current color. |
| Uses of CoreGraphics in pulpcore.scene |
|---|
| Methods in pulpcore.scene with parameters of type CoreGraphics | |
|---|---|
void |
Scene2D.drawScene(CoreGraphics g)
Draws all of the sprites in this scene. |
abstract void |
Scene.drawScene(CoreGraphics g)
Draws to the surface's graphics context. |
| Uses of CoreGraphics in pulpcore.sprite |
|---|
| Methods in pulpcore.sprite with parameters of type CoreGraphics | |
|---|---|
void |
Sprite.draw(CoreGraphics g)
Draws the Sprite. |
protected void |
TextField.drawSprite(CoreGraphics g)
|
protected void |
StretchableSprite.drawSprite(CoreGraphics g)
|
protected abstract void |
Sprite.drawSprite(CoreGraphics g)
Draws the sprite. |
protected void |
Slider.drawSprite(CoreGraphics g)
|
protected void |
Label.drawSprite(CoreGraphics g)
|
protected void |
ImageSprite.drawSprite(CoreGraphics g)
|
protected void |
Group.drawSprite(CoreGraphics g)
|
protected void |
FilledSprite.drawSprite(CoreGraphics g)
|
protected void |
Label.drawText(CoreGraphics g,
String text)
|
|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||