Alphabetical Index

A C D E F G H I J L M P R S T

A

ACCURACY - static field in class net.moioli.chart.swing.JGraph
Default pixelAccuracy.
add(Object) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Ensures that this collection contains the specified element (optional operation).
add(Object) - method in class net.moioli.chart.swing.CompatibleCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
add(Object) - method in class net.moioli.chart.swing.JGraph
Ensures that this collection contains the specified element (optional operation).
addAll(Collection) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - method in class net.moioli.chart.swing.CompatibleCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
addAll(Collection) - method in class net.moioli.chart.swing.JGraph
Adds all of the elements in the specified collection to this collection (optional operation).

C

clear() - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Removes all of the elements from this collection (optional operation).
clear() - method in class net.moioli.chart.swing.CompatibleCollection
Removes all of the elements from this collection (optional operation).
clear() - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
clear() - method in class net.moioli.chart.swing.JGraph
Removes all of the elements from this collection (optional operation).
clone() - method in class net.moioli.chart.swing.JGraph
Clones this JGraph.
This is just a stupid wrapper around Collection to solve an incompatibility between the Collection interface and the JPanel class.
CollectionToCompatibleWrapper(Collection) - constructor for class net.moioli.chart.swing.CollectionToCompatibleWrapper
Standard constructor, wraps a Collection.
CompatibleCollection - interface net.moioli.chart.swing.CompatibleCollection
This is an alternative interface for Collection designed to solve an incompatibility between the Collection interface and the JPanel class.
This is just a stupid wrapper around Collection to solve an incompatibility between the Collection interface and the JPanel class.
Standard constructor, wraps a CompatibleCollection.
contains(Object) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Returns true if this collection contains the specified element.
contains(Object) - method in class net.moioli.chart.swing.CompatibleCollection
Returns true if this collection contains the specified element.
contains(Object) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
contains(Object) - method in class net.moioli.chart.swing.JGraph
Returns true if this collection contains the specified element.
containsAll(Collection) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - method in class net.moioli.chart.swing.CompatibleCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
containsAll(Collection) - method in class net.moioli.chart.swing.JGraph
Returns true if this collection contains all of the elements in the specified collection.

D

drawCircle(int,int,int) - method in class net.moioli.chart.swing.SwingGraphicsWrapper
drawLine(int,int,int,int) - method in class net.moioli.chart.swing.SwingGraphicsWrapper
drawMe(Graphics,Rectangle) - method in class net.moioli.chart.swing.JGraph
Draws this object.
drawString(String,int,int) - method in class net.moioli.chart.swing.SwingGraphicsWrapper

E

equals(Object) - method in class net.moioli.chart.swing.CompatibleCollection
Compares the specified object with this collection for equality.

F

fillPolygon(int[],int[],int) - method in class net.moioli.chart.swing.SwingGraphicsWrapper

G

getBlackColor() - method in class net.moioli.chart.swing.SwingGraphicsWrapper
getCollectionSize() - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Renames the size() method, returns the number of elements in the wrapped Collection.
getCollectionSize() - method in class net.moioli.chart.swing.CompatibleCollection
Renames the size() method, returns the number of elements in the wrapped Collection.
getCollectionSize() - method in class net.moioli.chart.swing.JGraph
Returns the number of elements in the Collection.
getGraph() - method in class net.moioli.chart.swing.JGraph
Returns the DefaultChart drawn by this JGraph.
getMaxX() - method in class net.moioli.chart.swing.JGraph
getMaxY() - method in class net.moioli.chart.swing.JGraph
getMinX() - method in class net.moioli.chart.swing.JGraph
getMinY() - method in class net.moioli.chart.swing.JGraph
getPixelAccuracy() - method in class net.moioli.chart.swing.JGraph
getRandomColor() - method in class net.moioli.chart.swing.SwingGraphicsWrapper
getStringHeight() - method in class net.moioli.chart.swing.SwingGraphicsWrapper
getStringWidth(String) - method in class net.moioli.chart.swing.SwingGraphicsWrapper

H

hashCode() - method in class net.moioli.chart.swing.CompatibleCollection
Returns the hash code value for this collection.

I

isEmpty() - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Returns true if this collection contains no elements.
isEmpty() - method in class net.moioli.chart.swing.CompatibleCollection
Returns true if this collection contains no elements.
isEmpty() - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
isEmpty() - method in class net.moioli.chart.swing.JGraph
Returns true if this collection contains no elements.
iterator() - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Returns an iterator over the elements in this collection.
iterator() - method in class net.moioli.chart.swing.CompatibleCollection
Returns an iterator over the elements in this collection.
iterator() - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
iterator() - method in class net.moioli.chart.swing.JGraph
Returns an iterator over the elements in this collection.

J

JGraph - class net.moioli.chart.swing.JGraph
Draws a DefaultChart on a JPanel (Swing) object.
JGraph() - constructor for class net.moioli.chart.swing.JGraph
Constructs an empty JGraph.
JGraph(DefaultChart) - constructor for class net.moioli.chart.swing.JGraph
Constructs a multiple-object JGraph.

L

LoadingException - class net.moioli.swtloader.LoadingException
Exception thrown by SWTLoader.
LoadingException() - constructor for class net.moioli.swtloader.LoadingException
Default constructor.
LoadingException(String) - constructor for class net.moioli.swtloader.LoadingException
LoadingException(String,Throwable) - constructor for class net.moioli.swtloader.LoadingException
LoadingException(Throwable) - constructor for class net.moioli.swtloader.LoadingException

M

main(args[]) - static method in class net.moioli.chart.swing.SwingDemo

P

paint(Graphics) - method in class net.moioli.chart.swing.JGraph
Invoked by Swing to draw components.

R

remove(Object) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - method in class net.moioli.chart.swing.CompatibleCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
remove(Object) - method in class net.moioli.chart.swing.JGraph
Removes a single instance of the specified element from this collection, if it is present (optional operation).
removeAll(Collection) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - method in class net.moioli.chart.swing.CompatibleCollection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
removeAll(Collection) - method in class net.moioli.chart.swing.JGraph
Removes all this collection's elements that are also contained in the specified collection (optional operation).
retainAll(Collection) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - method in class net.moioli.chart.swing.CompatibleCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
retainAll(Collection) - method in class net.moioli.chart.swing.JGraph
Retains only the elements in this collection that are contained in the specified collection (optional operation).

S

setColor(Object) - method in class net.moioli.chart.swing.SwingGraphicsWrapper
setGraph(DefaultChart) - method in class net.moioli.chart.swing.JGraph
Changes the drawn DefaultChart object.
setMaxX(double) - method in class net.moioli.chart.swing.JGraph
setMaxY(double) - method in class net.moioli.chart.swing.JGraph
setMinX(double) - method in class net.moioli.chart.swing.JGraph
setMinY(double) - method in class net.moioli.chart.swing.JGraph
setPixelAccuracy(int) - method in class net.moioli.chart.swing.JGraph
size() - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
Renames the getCollectionSize() method back to size(), returns the number of elements in the wrapped Collection.
SwingDemo - class net.moioli.chart.swing.SwingDemo
A NetBeans-generated Swing demo of the MoioChart graph library.
SwingDemo() - constructor for class net.moioli.chart.swing.SwingDemo
Creates new form MainFrame
SwingGraphicsWrapper - class net.moioli.chart.swing.SwingGraphicsWrapper
This class wraps some Swing basic methods to the GraphicsI interface used in MoioChart for drawing, enabling MoioChart to use Swing.
SwingGraphicsWrapper(Graphics) - constructor for class net.moioli.chart.swing.SwingGraphicsWrapper
Default constructor, wraps a Swing Graphics object.
SWTLoader - class net.moioli.swtloader.SWTLoader
Enables SWT auto-loading from the jar file.
SWTLoader(String) - constructor for class net.moioli.swtloader.SWTLoader
Constructs a new loader.

T

toArray() - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Returns an array containing all of the elements in this collection.
toArray() - method in class net.moioli.chart.swing.CompatibleCollection
Returns an array containing all of the elements in this collection.
toArray() - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
toArray() - method in class net.moioli.chart.swing.JGraph
Returns an array containing all of the elements in this collection.
toArray(a[]) - method in class net.moioli.chart.swing.CompatibleCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - method in class net.moioli.chart.swing.CollectionToCompatibleWrapper
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(Object[]) - method in class net.moioli.chart.swing.CompatibleToCollectionWrapper
toArray(Object[]) - method in class net.moioli.chart.swing.JGraph
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.