Skip navigation links
C D F G H M P S T 

C

calculateTextSize(String) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
ChartControl - Class in de.slothsoft.charts.swing
A Swing control displaying a Chart and hooking it to the Swing framework.
ChartControl() - Constructor for class de.slothsoft.charts.swing.ChartControl
Default constructor without model.
ChartControl(Chart) - Constructor for class de.slothsoft.charts.swing.ChartControl
Default constructor.
clip(Area) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
createImage(Chart, int, int) - Static method in class de.slothsoft.charts.swing.SwingChartUtil
Creates an BufferedImage from a chart.

D

de.slothsoft.charts.swing - package de.slothsoft.charts.swing
 
delegate(Graphics2D) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
Sets the Graphics2D.
drawLine(double, double, double, double) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
drawPolyline(double[], double[]) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
drawText(double, double, String) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 

F

fillArc(double, double, double, double, double, double) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
fillOval(double, double, double, double) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
fillPolygon(double[], double[]) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
fillRectangle(double, double, double, double) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 

G

getColor() - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
getDelegate() - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
Returns the Graphics2D.
getFont() - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
getModel() - Method in class de.slothsoft.charts.swing.ChartControl
Returns the Chart that gets displayed by this control.
getMovementMouseButton() - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
Returns the button that needs to be pressed to move the chart.
Graphics2DGraphicContext - Class in de.slothsoft.charts.swing
A GraphicContext implementation using the Swing Graphics2D to draw on whatever you like.
Graphics2DGraphicContext(Graphics2D) - Constructor for class de.slothsoft.charts.swing.Graphics2DGraphicContext
 

H

hookToControl(Component, LineChart) - Static method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
Creates a new MoveLineChartByMouseListener, hooks it to a control (not necessary a ChartControl, but that's probably a good idea) and returns the brand new instance.

M

model(Chart) - Method in class de.slothsoft.charts.swing.ChartControl
Sets the Chart that gets displayed by this control.
mouseClicked(MouseEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
mouseDragged(MouseEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
mouseEntered(MouseEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
mouseExited(MouseEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
mouseMoved(MouseEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
mousePressed(MouseEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
mouseReleased(MouseEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
mouseWheelMoved(MouseWheelEvent) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
 
MoveLineChartByMouseListener - Class in de.slothsoft.charts.swing
A MouseListener, MouseMotionListener and MouseWheelListener to move the diagram with the mouse.
MoveLineChartByMouseListener(LineChart) - Constructor for class de.slothsoft.charts.swing.MoveLineChartByMouseListener
Constructor.
movementMouseButton(int) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
Sets the button that needs to be pressed to move the chart.

P

paintComponent(Graphics) - Method in class de.slothsoft.charts.swing.ChartControl
 

S

scale(double, double) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
setColor(int) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
setDelegate(Graphics2D) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
Sets the Graphics2D.
setFont(Font) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
setModel(Chart) - Method in class de.slothsoft.charts.swing.ChartControl
Sets the Chart that gets displayed by this control.
setMovementMouseButton(int) - Method in class de.slothsoft.charts.swing.MoveLineChartByMouseListener
Sets the button that needs to be pressed to move the chart.
SwingChartUtil - Class in de.slothsoft.charts.swing
Some util classes to generate stuff surrounding the Chart in Swing.

T

translate(double, double) - Method in class de.slothsoft.charts.swing.Graphics2DGraphicContext
 
C D F G H M P S T 
Skip navigation links

Copyright © 2020. All rights reserved.