|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Diagram | |
---|---|
cz.psika.numerist | Nearly all application classes live within this package. |
Uses of Diagram in cz.psika.numerist |
---|
Subclasses of Diagram in cz.psika.numerist | |
---|---|
class |
EmptyDiagram
Diagram canvas without content and with black background lets user know that it is empty. |
Methods in cz.psika.numerist that return Diagram | |
---|---|
Diagram[] |
Manager.findDiagrams(Entry search)
Find visible thumbnail and/or full diagram by it's entry. |
Diagram |
Manager.getDiagram(Item item,
boolean isThumbnail)
Fetch diagram for this concrete item. |
Diagram |
Manager.getDiagramCopy(Item item,
boolean isThumbnail)
Get diagram copy for the item. |
protected Diagram |
ApplicationWindow.getDiagramOnPos(int pos,
boolean insideTopPanel)
Returns diagram on specified position. |
Methods in cz.psika.numerist with parameters of type Diagram | |
---|---|
int |
ApplicationWindow.getPosOfDiagram(Diagram diagram)
Find exact position of the specified diagram. |
int |
ApplicationWindow.getPosOfDiagram(Diagram diagram,
boolean isThumbnail)
Get exact position of the diagram. |
void |
ApplicationWindow.removeDiagram(Diagram diagram,
boolean isThumbnail)
Removing concrete diagram. |
void |
ApplicationWindow.setDiagram(Diagram diagram,
int pos)
Appends or replaces diagram/thumbnail. |
void |
ApplicationWindow.setDiagram(Diagram diagram,
int pos,
boolean isThumbnail)
Appends, deletes or replaces diagram. |
protected void |
ApplicationWindow.setDiagram(Diagram diagram,
int pos,
boolean isThumbnail,
boolean insertBefore)
Appending, replacing, inserting before a position or removing of the diagram. |
Constructors in cz.psika.numerist with parameters of type Diagram | |
---|---|
DragAndDropHandler.DiagramTransferable(Diagram diagramToTransfer)
Constructor fetches memento from the diagram and saves it for later use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |