Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
P
R
S
T
A
ACCURACY
- Static variable 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 interface 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 interface 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 interface 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.
CollectionToCompatibleWrapper
- Class in
net.moioli.chart.swing
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 in
net.moioli.chart.swing
This is an alternative interface for Collection designed to solve an incompatibility between the Collection interface and the JPanel class.
CompatibleToCollectionWrapper
- Class in
net.moioli.chart.swing
This is just a stupid wrapper around Collection to solve an incompatibility between the Collection interface and the JPanel class.
CompatibleToCollectionWrapper(CompatibleCollection)
- Constructor for class net.moioli.chart.swing.
CompatibleToCollectionWrapper
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 interface 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 interface 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 interface 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 interface 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 interface 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 interface 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 interface 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 in
net.moioli.chart.swing
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
- Exception in
net.moioli.swtloader
Exception thrown by SWTLoader.
LoadingException()
- Constructor for exception net.moioli.swtloader.
LoadingException
Default constructor.
LoadingException(String)
- Constructor for exception net.moioli.swtloader.
LoadingException
LoadingException(Throwable)
- Constructor for exception net.moioli.swtloader.
LoadingException
LoadingException(String, Throwable)
- Constructor for exception net.moioli.swtloader.
LoadingException
M
main(String[])
- Static method in class net.moioli.chart.swing.
SwingDemo
N
net.moioli.chart.swing
- package net.moioli.chart.swing
net.moioli.swtloader
- package net.moioli.swtloader
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 interface 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 interface 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 interface 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 in
net.moioli.chart.swing
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 in
net.moioli.chart.swing
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 in
net.moioli.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(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()
- Method in interface net.moioli.chart.swing.
CompatibleCollection
Returns an array containing all of the elements in this collection.
toArray(Object[])
- Method in interface 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()
- Method in class net.moioli.chart.swing.
CompatibleToCollectionWrapper
toArray(Object[])
- 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(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.
A
C
D
E
F
G
H
I
J
L
M
N
P
R
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes