void |
ClippedElementDelegate.draw(GraphicsOperations g,
FontMetricsService fm,
int clipLeftX,
int clipTopY,
double clipWidth,
double clipHeight) |
void |
SceneText.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
SceneRect.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
SceneOval.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
SceneLine.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
SceneLabel.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
SceneImage.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
SceneCenteredText.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
Scene.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
HideableElement.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
CompositeSceneElement.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
ClippedElement.draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
ScenePlaceholder.drawGivenVisible(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
protected abstract void |
HideableElement.drawGivenVisible(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
void |
GraphicsOperations.drawText(FontMetricsService fm,
String text,
net.avh4.math.geometry.Rect bounds,
Font font,
int color) |