- g2d - package g2d
-
This package contains the main of the Graphics 2D actor.
- g2d.closure - package g2d.closure
-
This package contains classes that utilize closures in order to describe
the behaviour of dynamically created classes, and their instances.
- g2d.console - package g2d.console
-
This package contains support for debugging a running jlambda application, such as PLA, NPA, CTA etc.
- g2d.glyph - package g2d.glyph
-
This package contains the glyphish hierarchy, a glyphish instance is
an interactive graphical object.
- g2d.glyphviewer - package g2d.glyphviewer
-
This package contains the third generation GUI for jlambda applications dealing with glyphlists in general, mainly soft agents.
- g2d.graph - package g2d.graph
-
This package contains the specialized graph members of the glyphish hierarchy.
- g2d.graphviewer - package g2d.graphviewer
-
This package contains the first generation GUI for jlambda applications dealing with graphs, mainly in this case PLA.
- g2d.graphviewer.list - package g2d.graphviewer.list
-
- g2d.jlambda - package g2d.jlambda
-
This package contains a Scheme-like CPS (continuation passing style) interpreter for JLambda,
the programmer's manual for the JLambda language can be downloaded from here:
[pdf].
- g2d.jlambda.code - package g2d.jlambda.code
-
This package contains support for processing jlambda code.
- g2d.netviewer - package g2d.netviewer
-
This package contains the second generation GUI for jlambda applications dealing with graphs, mainly in this case CTA and NPA.
- g2d.npa - package g2d.npa
-
This package contains the GUI for the NPA tool.
- g2d.npa.examples - package g2d.npa.examples
-
- g2d.npa.launcher - package g2d.npa.launcher
-
- g2d.pla - package g2d.pla
-
This package contains the Pathway Logic Assistant.
- g2d.pla.explorer - package g2d.pla.explorer
-
- g2d.pla.list - package g2d.pla.list
-
- g2d.pla.menus - package g2d.pla.menus
-
- g2d.runtime - package g2d.runtime
-
This package contains support for the shutdown hooks of jlambda applications.
- g2d.stats - package g2d.stats
-
- g2d.subset - package g2d.subset
-
This package contains ...
- g2d.swing - package g2d.swing
-
This package contains some swing classes for building GUI's using the glyphish hierarchy.
- g2d.tabwin - package g2d.tabwin
-
This package contains the generic tabbed windows that are used pervasively in jlambda applications.
- g2d.tabwin.menus - package g2d.tabwin.menus
-
- g2d.terms - package g2d.terms
-
This package contains a preliminary implementation of term editing.
- g2d.toolbar - package g2d.toolbar
-
This package contains all things toolbarish.
- g2d.util - package g2d.util
-
This package contains some utility classes for building GUI's using the glyphish hierarchy.
- g2d_preferences - Static variable in class g2d.console.Console
-
- g2d_preferences - Static variable in class g2d.tabwin.TabFrame
-
- g2d_preferences - Static variable in class g2d.tabwin.TabPanel
-
- g2d_preferences - Static variable in class g2d.tabwin.TabPreferences
-
- GenericApprox - Class in g2d.stats
-
Generic approximation by Lassaigne et al.,
Ann.
- GenericApprox(String, double, double) - Constructor for class g2d.stats.GenericApprox
-
- Gensym - Class in g2d.util
-
- Gensym() - Constructor for class g2d.util.Gensym
-
- gensym(String) - Static method in class g2d.util.Gensym
-
- gensymSubgraphName(IOPGraph) - Static method in class g2d.graph.IOPSubgraph
-
- GEQ - Static variable in class g2d.jlambda.SymbolTable
-
- get(int) - Method in class g2d.glyph.GlyphList
-
- get(int) - Method in class g2d.jlambda.List
-
As specified by the AbstractList
template.
- getAnswer() - Method in class g2d.swing.IOPAskUser
-
- getAntiAliased() - Static method in class g2d.graph.IOPGraph
-
Fetches the current antialiasing setting.
- getArity() - Method in class g2d.jlambda.Closure
-
Returns the closure's arity.
- getArray() - Method in class g2d.jlambda.ForCont
-
- GETATTR - Static variable in class g2d.jlambda.SymbolTable
-
- getAttribute(String) - Method in class g2d.jlambda.Attributable
-
Get value of given attribute.
- getAttributeAsBoolean(String, boolean) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsByte(String, byte) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsChar(String, char) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsClosure(String, Closure) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsDouble(String, double) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsFloat(String, float) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsInt(String, int) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsShort(String, short) - Method in class g2d.jlambda.Attributable
-
- getAttributeAsString(String, String) - Method in class g2d.jlambda.Attributable
-
- getBar(int) - Method in class g2d.npa.AttackTable
-
- getBaseFrame() - Method in class g2d.graph.IOPNode
-
Get rectangle of frame that defines shape of node base.
- getBinaryDirectory() - Static method in class g2d.Main
-
- getBody() - Method in class g2d.jlambda.Closure
-
Returns the closure's body.
- getBody() - Method in class g2d.util.ActorMsg
-
- getBorder() - Method in class g2d.glyph.Glyph
-
- getBorderColor() - Method in class g2d.graph.IOPNode
-
Get the border color
- getBounds() - Method in class g2d.closure.ClosureGlyph
-
- getBounds() - Method in class g2d.glyph.AnimatedGlyph
-
- getBounds() - Method in class g2d.glyph.Glyph
-
- getBounds() - Method in class g2d.glyph.Glyphish
-
- getBounds() - Method in class g2d.glyph.GlyphList
-
- getBounds() - Method in class g2d.glyph.ImageGlyph
-
- getBounds() - Method in class g2d.graph.GraphItem
-
- getBounds2D() - Method in class g2d.graph.Polygon2D
-
- getBT() - Method in exception g2d.jlambda.EvaluateError
-
- getBufferedImage() - Method in class g2d.glyph.BufferedGlyphList
-
- getBufferedImage(double) - Method in class g2d.glyph.BufferedGlyphList
-
- getCategory(String) - Method in class g2d.subset.Urelement
-
- getCeiling(int) - Method in class g2d.npa.AttackTable
-
- getCellEditor(int, int) - Method in class g2d.npa.AttackTable
-
- getCellEditor(int, int) - Method in class g2d.npa.SubstitutionTable
-
- getCellEditor(int, int) - Method in class g2d.npa.TermTable
-
- getCellEditorValue() - Method in class g2d.npa.FreshSetEditor
-
- getCellEditorValue() - Method in class g2d.npa.SubstitutionEditor
-
- getCellEditorValue() - Method in class g2d.npa.TermCellEditor
-
- getCenter() - Method in class g2d.graph.IOPNode
-
Obtain center point of this node in double precision.
- getCenter() - Method in class g2d.graph.IOPSubgraph
-
- getChildren() - Method in class g2d.graph.IOPGraph
-
- getChosenFile(String) - Method in class g2d.util.Preferences
-
- getColor() - Method in class g2d.graph.IOPEdge
-
Obtain current color of edge.
- getConstructorByName(String) - Method in class g2d.terms.Algebra
-
- getConstructorsBySort(Sort) - Method in class g2d.terms.Algebra
-
- getConstructorsBySubsort(Sort) - Method in class g2d.terms.Algebra
-
- getContents() - Method in class g2d.util.Box
-
- getCurrentExpression() - Method in class g2d.jlambda.code.CodeVisitor
-
- getDefinition(String) - Method in class g2d.jlambda.code.CFG
-
- getDescription() - Method in class g2d.swing.FileFilter
-
- getDescription() - Method in class g2d.swing.ImageFilter
-
- getDescription() - Method in class g2d.swing.IOPFileFilter
-
- getDisplayable() - Method in class g2d.graph.IOPGraph
-
- getDotAttribute(DotAttributes) - Method in class g2d.graph.DotNodeAttributes
-
- getEdge(Point2D) - Method in class g2d.graph.IOPGraph
-
Obtain (one) edge that contains given point or null
if
none of the edges intersects with point.
- getEdge(Point2D, double) - Method in class g2d.graph.IOPGraph
-
Obtain edge that intersects with square around given point of
side length distance/2, or null
if no such edge is found.
- getEdge(IOPNode, IOPNode) - Method in class g2d.graph.IOPGraph
-
Obtain edge between given source and sink nodes.
- getEdgesInArray() - Method in class g2d.graph.IOPGraph
-
Returns the edges in an array of
IOPEdge
s.
- getElementAt(int) - Method in class g2d.graphviewer.list.ListModel
-
- getElementAt(int) - Method in class g2d.pla.list.NodeListModel
-
- getElementAt(int) - Method in class g2d.subset.SComboBoxModel
-
- getElements() - Method in class g2d.swing.FastListModel
-
- getEntriesFromFile() - Method in class g2d.subset.DDialog
-
- getEntriesFromFile() - Method in class g2d.subset.SDialog
-
- getEnv() - Method in class g2d.jlambda.Closure
-
Returns the closure's environment.
- getExtension() - Method in class g2d.swing.FileFilter
-
- getExtension(File) - Static method in class g2d.swing.IOPFileFilter
-
- getFileMenu() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getFill() - Method in class g2d.glyph.Glyph
-
- getFILL_COLORS() - Static method in class g2d.graphviewer.AbstractBaseFrame
-
Obtain current fill colors for this class.
- getFillColor() - Method in class g2d.graph.IOPNode
-
Get color used for filling the node base.
- getFocusedTabPanel() - Method in class g2d.tabwin.TabFrame
-
- getFont() - Method in class g2d.glyph.TextGlyph
-
- getFontsize() - Method in class g2d.glyph.TextGlyph
-
- getForm() - Method in exception g2d.jlambda.FormError
-
- getFrame() - Method in class g2d.glyphviewer.GlyphPanel
-
- getFrame() - Method in class g2d.graphviewer.GraphPanel
-
- getGlyphishInArray() - Method in class g2d.glyph.GlyphList
-
- getGlyphishInArray() - Method in class g2d.glyph.Grid
-
- getGlyphishInCollection() - Method in class g2d.glyph.GlyphList
-
- getGlyphishInCollection() - Method in class g2d.glyph.Grid
-
- getGlyphs() - Method in class g2d.glyphviewer.GlyphPanel
-
- getGlyphSize() - Method in class g2d.glyphviewer.GlyphPanel
-
- getGlyphThing(Point2D) - Method in class g2d.glyph.GlyphList
-
- getGlyphThing(Point2D) - Method in class g2d.graph.IOPGraph
-
Overrides the method in the
Glyphish
hierarchy.
- getGlyphThing(Point2D) - Method in class g2d.graph.Manifold
-
One of the optimized methods, returns the glyph located at the
specified point, or null if none exists.
- getGraph() - Method in interface g2d.graph.GraphContainer
-
- getGraph() - Method in class g2d.graphviewer.GraphPanel
-
- getGraph() - Method in class g2d.netviewer.NetPanel
-
- getGraph() - Method in class g2d.pla.PLAPanel
-
- getGraphInfo() - Method in class g2d.graph.IOPGraph
-
- getGraphItem(Point2D, double) - Method in class g2d.graph.IOPGraph
-
Find a graph item (node or edge) that
contains given point.
- getGraphItemByGid(Integer) - Method in class g2d.graph.IOPGraph
-
- getGraphItemsInArray() - Method in class g2d.graph.IOPGraph
-
- getGraphItemsInCollection() - Method in class g2d.graph.IOPGraph
-
- getGraphMenu() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getGraphPanel() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getGraphPanel() - Method in interface g2d.netviewer.NetContainer
-
- getGraphPanel() - Method in class g2d.netviewer.NetPanel
-
- getGraphPanel() - Method in class g2d.pla.PLAPanel
-
- getGraphSize() - Method in class g2d.graphviewer.GraphPanel
-
- getHandler() - Static method in class g2d.swing.Debugger
-
- getHeight() - Method in class g2d.glyph.AnimatedGlyph
-
- getHeight() - Method in class g2d.glyph.GlyphList
-
Returns the height of the glyphlist.
- getHeight() - Method in class g2d.glyph.ImageGlyph
-
- getHeight() - Method in class g2d.graph.IOPNode
-
Get height of node (including base and label)
in double precision.
- getHeight() - Method in class g2d.graph.IOPSubgraph
-
- getHeight() - Method in class g2d.graph.Polygon2D
-
- getHeight(int) - Method in class g2d.npa.AttackTable
-
- getHighlighted() - Method in class g2d.glyph.Glyph
-
- getHighlighter(IOPGraph) - Static method in class g2d.graph.Highlighter
-
- getHolePositions(int, ArrayList<HolePosition>) - Method in class g2d.terms.AppTerm
-
- getHolePositions(int, ArrayList<HolePosition>) - Method in class g2d.terms.HoleTerm
-
- getHolePositions() - Method in class g2d.terms.Term
-
- getHolePositions(int, ArrayList<HolePosition>) - Method in class g2d.terms.Term
-
- getHolePositions(int, ArrayList<HolePosition>) - Method in class g2d.terms.VarTerm
-
- getIconHeight() - Method in class g2d.swing.WindowTreeIcon
-
- getIconWidth() - Method in class g2d.swing.WindowTreeIcon
-
- getImage() - Method in class g2d.glyphviewer.NavPanel
-
- getImage() - Method in class g2d.graphviewer.NavPanel
-
- getImage() - Method in class g2d.npa.SyntaxHierarchy
-
- getIndex() - Method in class g2d.tabwin.TabControl
-
- getIndices(int) - Method in class g2d.subset.Universe
-
- getInterpreter(String) - Static method in class g2d.jlambda.Interpreter
-
- getInverseZoom() - Method in class g2d.glyphviewer.GlyphPanel
-
- getInverseZoom() - Method in class g2d.graphviewer.GraphPanel
-
- getIOPComponent() - Method in class g2d.swing.IOPView
-
- getIOPNode(String) - Method in class g2d.graph.IOPGraph
-
Find node associated with given long name in this graph.
- getIter() - Method in class g2d.jlambda.ForCont
-
- getKeys() - Method in class g2d.jlambda.Attributable
-
Obtain all keys of currently set attributes as an array.
- getLabel() - Method in class g2d.graph.IOPNode
-
Get text of node label.
- getLine() - Method in class g2d.console.InputTextArea
-
- getLisp(Class<?>, String) - Static method in class g2d.jlambda.Loader
-
- getListCellRendererComponent(JList<? extends IOPNode>, IOPNode, int, boolean, boolean) - Method in class g2d.graphviewer.list.ListRenderer
-
- getListCellRendererComponent(JList<? extends IOPNode>, IOPNode, int, boolean, boolean) - Method in class g2d.pla.list.NodeListRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class g2d.subset.SComboBoxRenderer
-
- getListenersEnabled() - Method in class g2d.netviewer.TabListModel
-
- getListenersEnabled() - Method in class g2d.swing.FastListModel
-
- getListIterator() - Method in class g2d.glyph.GlyphList
-
Obtain list iterator through list of Glyphish things.
- getLocations(String[]) - Static method in class g2d.subset.DDialog
-
- getLoudness() - Method in class g2d.graph.Highlighter
-
- getMenuCount() - Method in class g2d.graphviewer.AbstractBaseFrame
-
Obtain number of menus other than the "Window" menu in the current
menu bar.
- getMinimumSize() - Method in class g2d.glyphviewer.SEPanel
-
- getMinimumSize() - Method in class g2d.netviewer.SEPanel
-
- getMinimumSize() - Method in class g2d.pla.SEPanel
-
- getName() - Method in class g2d.graph.IOPNode
-
Get the id of this node.
- getName() - Method in class g2d.graph.IOPSubgraph
-
- getNamespaces() - Static method in class g2d.jlambda.Interpreter
-
- getNavPanel() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getNavPanel() - Method in class g2d.netviewer.NetPanel
-
- getNavPanel() - Method in class g2d.pla.PLAPanel
-
- getNextToken() - Method in class g2d.util.ActorMsg
-
- getNode(Point2D) - Method in class g2d.graph.IOPGraph
-
Attempt to find a node located at a particular point.
- getNode(String) - Method in class g2d.graph.IOPGraph
-
Obtain node with given ID in this graph.
- getNodes(IOPGraph) - Method in class g2d.graph.IOPSubgraph
-
- getNodeShape() - Method in class g2d.graph.IOPNode
-
Get a string describing the shape of the node base.
- getNodesInArray() - Method in class g2d.graph.IOPGraph
-
Returns the nodes in an array of
IOPNode
s.
- getNodesInCollection() - Method in class g2d.graph.IOPGraph
-
- getNumElements() - Method in class g2d.jlambda.ForCont
-
- getObject(Object) - Static method in class g2d.jlambda.Evaluate
-
- getObject(Object) - Static method in class g2d.jlambda.Identifiable
-
- getObject(Object) - Method in class g2d.jlambda.Interpreter
-
- getOccurrence(IOPEdge) - Method in class g2d.pla.PLAGraphPanel
-
Get the node that corresponds to an occurrence from a
given edge in this bipartite graph.
- getPanel(BufferedGlyphList) - Static method in class g2d.glyphviewer.Utils
-
- getPanel(IOPGraph) - Static method in class g2d.netviewer.Utils
-
- getParent() - Method in class g2d.graph.IOPGraph
-
- getParentSubgraph(IOPSubgraph) - Method in class g2d.graph.IOPGraph
-
- getPathIterator(AffineTransform) - Method in class g2d.graph.Polygon2D
-
- getPLAPanel(IOPGraph) - Static method in class g2d.pla.PLAUtils
-
- getPoints() - Method in class g2d.graph.IOPEdge
-
Get the list of points that define end points and spline.
- getPool(Sort) - Method in class g2d.terms.Algebra
-
- getPosition() - Method in class g2d.graph.IOPNode
-
Get position of node as the top-left corner.
- getPosition() - Method in class g2d.graph.IOPSubgraph
-
- getRaw() - Method in class g2d.util.ActorMsg
-
- getRole(int) - Method in class g2d.npa.AttackTable
-
- getRole(String) - Method in class g2d.npa.Protocol
-
- getRole() - Method in class g2d.npa.RoleEditor
-
- getRule(IOPEdge) - Method in class g2d.pla.PLAGraphPanel
-
Get the node that corresponds to a rule from a
given edge in this bipartite graph.
- getScaledInstance(BufferedImage, int, int) - Static method in class g2d.util.Image
-
- getScaledInstance(BufferedImage, int, int, Object, boolean) - Static method in class g2d.util.Image
-
From https://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html
Convenience method that returns a scaled instance of the
provided BufferedImage
.
- getScreenSize() - Method in class g2d.swing.IOPFrame
-
Gets the dimensions of usable space of the screen
- getScrollPane() - Method in class g2d.swing.IOPView
-
- getSelected() - Method in class g2d.npa.FreshSetDialog
-
- getSelected() - Method in class g2d.npa.SubstitutionDialog
-
- getSelected() - Method in class g2d.subset.DDialog
-
- getSelected(int) - Method in class g2d.subset.DDialog
-
- getSelected() - Method in class g2d.subset.SDialog
-
- getSelected(int) - Method in class g2d.subset.SDialog
-
- getSelectedItem() - Method in class g2d.subset.SComboBoxModel
-
- getSelf() - Static method in class g2d.Main
-
- getSender() - Method in class g2d.util.ActorMsg
-
- getSEPanel() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getSEPanel() - Method in class g2d.netviewer.NetPanel
-
- getSEPanel() - Method in class g2d.pla.PLAPanel
-
- getShape() - Method in class g2d.glyph.Glyph
-
- getShortcut() - Method in class g2d.swing.IOPMenuItem
-
- getSink() - Method in class g2d.graph.IOPEdge
-
Obtain sink node of this edge.
- getSize() - Method in class g2d.graphviewer.list.ListModel
-
- getSize() - Method in class g2d.pla.list.NodeListModel
-
- getSize() - Method in class g2d.subset.SComboBoxModel
-
- getSlice() - Method in class g2d.subset.Universe
-
- getSlice(int) - Method in class g2d.subset.Universe
-
- getSmallestSubgraph(IOPSubgraph, Point2D) - Method in class g2d.graph.IOPGraph
-
- getSource() - Method in class g2d.graph.IOPEdge
-
Obtain source node of this edge.
- getSourceActions(JComponent) - Method in class g2d.npa.TableRowTransferHandler
-
- getStackDepth() - Static method in class g2d.jlambda.Debugger
-
Gets the depth to which stack traces of Java exceptions are printed.
- getState() - Method in class g2d.subset.Urelement
-
- getStaticAttribute(String) - Method in class g2d.jlambda.Attributable
-
Get value of given static attribute.
- getStaticField(String) - Static method in class g2d.jlambda.Interpreter
-
- getStaticKeys() - Method in class g2d.jlambda.Attributable
-
Obtain all keys of currently set static attributes as an array.
- getStrings() - Method in class g2d.subset.SDialog
-
- getStrings(int) - Method in class g2d.subset.SDialog
-
- getStrings() - Method in class g2d.subset.Universe
-
- getStrings(int) - Method in class g2d.subset.Universe
-
- getStroke() - Method in class g2d.glyph.Glyph
-
- getStrokeWidth() - Method in class g2d.graph.IOPEdge
-
Obtain current stroke width.
- getStrokeWidth() - Method in class g2d.graph.Spline
-
- getStyle() - Method in class g2d.graph.IOPEdge
-
Obtain String describing current style.
- getStyle() - Method in class g2d.graph.Spline
-
- getSubgraph(Point2D) - Method in class g2d.graph.IOPGraph
-
- getSubgraph(String) - Method in class g2d.graph.IOPGraph
-
- getSubgraphInCollection() - Method in class g2d.graph.IOPGraph
-
- getSubgraphsInArray() - Method in class g2d.graph.IOPGraph
-
- getSubset(int) - Method in class g2d.subset.Universe
-
- getSubstitution() - Method in class g2d.npa.SubstitutionTable
-
- getSubtermPositions(int, Sort, ArrayList<TermPosition>) - Method in class g2d.terms.AppTerm
-
- getSubtermPositions(int, Sort, ArrayList<TermPosition>) - Method in class g2d.terms.HoleTerm
-
- getSubtermPositions() - Method in class g2d.terms.Term
-
- getSubtermPositions(int, Sort, ArrayList<TermPosition>) - Method in class g2d.terms.Term
-
- getSubtermPositions(int, Sort, ArrayList<TermPosition>) - Method in class g2d.terms.VarTerm
-
- getTab(String) - Method in class g2d.pla.SEPanel
-
- getTabFind() - Method in class g2d.graphviewer.SEPanel
-
- getTabFrame(BufferedGlyphList) - Static method in class g2d.glyphviewer.Utils
-
- getTabFrame(IOPGraph) - Static method in class g2d.netviewer.Utils
-
- getTabFrame(IOPGraph) - Static method in class g2d.pla.PLAUtils
-
- getTabFrame(Container) - Static method in class g2d.tabwin.TabUtils
-
- getTabFrame(GraphContainer) - Static method in class g2d.tabwin.TabUtils
-
- getTabFrameAtLocation(Point) - Static method in class g2d.tabwin.TabUtils
-
- getTabInfo() - Method in class g2d.glyphviewer.SEPanel
-
- getTabInfo() - Method in class g2d.netviewer.SEPanel
-
- getTabInfo() - Method in class g2d.pla.SEPanel
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class g2d.npa.FreshSetEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class g2d.npa.SubstitutionEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class g2d.npa.TermCellEditor
-
- getTabMenu() - Method in class g2d.glyphviewer.SEPanel
-
- getTabMenu() - Method in class g2d.netviewer.SEPanel
-
- getTabMenu() - Method in class g2d.pla.SEPanel
-
- getTabPanelAt(int) - Method in class g2d.tabwin.TabFrame
-
- getTabPanelCount() - Method in class g2d.tabwin.TabFrame
-
- getTabSettings() - Method in class g2d.graphviewer.SEPanel
-
- getTargetClass() - Method in class g2d.jlambda.ClassLookupCont
-
- getTerm() - Method in class g2d.terms.HoleEditor
-
- getTerm() - Method in class g2d.terms.TermEditor
-
- getTerms() - Method in class g2d.npa.TermTable
-
- getText() - Method in class g2d.glyph.TextGlyph
-
- getTextColor() - Method in class g2d.glyph.TextGlyph
-
- getTitleWithoutID() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getToolBar() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getToolBar() - Method in class g2d.swing.IOPView
-
- getTopBaseFrame() - Method in class g2d.graphviewer.AbstractBaseFrame
-
Walking up the hierarchy of frames until parent is
no longer of class BaseFrame
and then
returns the last base frame found.
- getTopBaseFrame() - Method in class g2d.graphviewer.BaseFrame
-
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class g2d.subset.STreeCellRenderer
-
- getType() - Method in class g2d.swing.ImageFilter
-
- getType() - Method in class g2d.util.ActorMsg
-
- getUID(Object) - Static method in class g2d.jlambda.Evaluate
-
- getUID() - Method in class g2d.jlambda.Identifiable
-
- getUID(Object) - Method in class g2d.jlambda.Interpreter
-
- GETUID - Static variable in class g2d.jlambda.SymbolTable
-
- getUniverse() - Method in class g2d.subset.SDialog
-
- getUrelement(int) - Method in class g2d.subset.Universe
-
- getValency() - Method in class g2d.subset.Universe
-
- getValency() - Method in class g2d.subset.Urelement
-
- getValue(String) - Method in class g2d.closure.ClosureAction
-
- getVerbosity() - Static method in class g2d.jlambda.Debugger
-
Gets the verbosity.
- getVirgin(String) - Static method in class g2d.jlambda.Evaluate
-
- getVirgin(String) - Method in class g2d.jlambda.Interpreter
-
- getVisible() - Method in class g2d.swing.IOPView
-
Obtain dimension of visible part of IOPComponent.
- getWidth() - Method in class g2d.glyph.AnimatedGlyph
-
- getWidth() - Method in class g2d.glyph.GlyphList
-
Returns the width of the glyphlist.
- getWidth() - Method in class g2d.glyph.ImageGlyph
-
- getWidth() - Method in class g2d.graph.IOPNode
-
Get width of node (including base and label)
in double precision.
- getWidth() - Method in class g2d.graph.IOPSubgraph
-
- getWidth() - Method in class g2d.graph.Polygon2D
-
- getX() - Method in class g2d.graph.Polygon2D
-
- getY() - Method in class g2d.graph.Polygon2D
-
- getZoom() - Method in class g2d.swing.IOPView
-
Obtain current zoom factor in effect for embedded glyphs.
- getZoomMenu() - Method in class g2d.graphviewer.AbstractBaseFrame
-
- getZoomScale() - Method in class g2d.glyphviewer.GlyphPanel
-
Obtain current zoom scale in effect.
- getZoomScale() - Method in class g2d.graphviewer.GraphPanel
-
Obtain current zoom scale in effect.
- getZoomScale() - Method in class g2d.swing.IOPComponent
-
Obtain current zoom scale in effect.
- gid - Variable in class g2d.graph.GraphItem
-
- gid() - Method in class g2d.graph.GraphItem
-
- globalLookup(String) - Method in class g2d.jlambda.Interpreter
-
- Glyph - Class in g2d.glyph
-
The start of our next generation Ezd package.
- Glyph() - Constructor for class g2d.glyph.Glyph
-
- Glyph(Shape) - Constructor for class g2d.glyph.Glyph
-
- Glyph(Color, Color) - Constructor for class g2d.glyph.Glyph
-
- Glyph(Shape, Color, Color) - Constructor for class g2d.glyph.Glyph
-
- Glyph(Glyph) - Constructor for class g2d.glyph.Glyph
-
- Glyphish - Class in g2d.glyph
-
The start of our next generation Ezd package.
- Glyphish() - Constructor for class g2d.glyph.Glyphish
-
- Glyphish(Glyphish) - Constructor for class g2d.glyph.Glyphish
-
- glyphishThings - Variable in class g2d.glyph.GlyphList
-
- GlyphList - Class in g2d.glyph
-
The start of our next generation Ezd package.
- GlyphList() - Constructor for class g2d.glyph.GlyphList
-
- GlyphList(GlyphList) - Constructor for class g2d.glyph.GlyphList
-
- GlyphList(ArrayList<Glyphish>) - Constructor for class g2d.glyph.GlyphList
-
- glyphList - Variable in class g2d.graph.GraphItem
-
- GlyphPanel - Class in g2d.glyphviewer
-
- GlyphPanel() - Constructor for class g2d.glyphviewer.GlyphPanel
-
- glyphPanel - Variable in class g2d.glyphviewer.GlyphView
-
- glyphs - Variable in class g2d.glyphviewer.GlyphPanel
-
- glyphs - Variable in class g2d.glyphviewer.GlyphView
-
- glyphsSize - Variable in class g2d.glyphviewer.GlyphPanel
-
- GlyphView - Class in g2d.glyphviewer
-
- GlyphView(BufferedGlyphList, String, String) - Constructor for class g2d.glyphviewer.GlyphView
-
- go - Variable in class g2d.npa.launcher.Launcher
-
- go - Variable in class g2d.pla.explorer.Explorer
-
- GOLDEN_MEAN - Static variable in class g2d.util.Preferences
-
- graph - Variable in class g2d.graph.Highlighter
-
- graph - Variable in class g2d.graphviewer.GraphPanel
-
- graph - Variable in class g2d.netviewer.NetPanel
-
- graph - Variable in class g2d.pla.PLAPanel
-
- GraphContainer - Interface in g2d.graph
-
- GraphItem - Class in g2d.graph
-
Methods common to nodes and edges in a graph.
- GraphItem() - Constructor for class g2d.graph.GraphItem
-
- GraphItem(GraphItem) - Constructor for class g2d.graph.GraphItem
-
- graphItemsByGid - Variable in class g2d.graph.IOPGraph
-
- graphMenu - Variable in class g2d.graphviewer.AbstractBaseFrame
-
- GraphMenu - Class in g2d.graphviewer
-
- GraphMenu(JFrame, GraphPanel, Textual) - Constructor for class g2d.graphviewer.GraphMenu
-
- graphMenu - Variable in class g2d.netviewer.NetPanel
-
- GraphMenu - Class in g2d.pla.menus
-
- GraphMenu(PLAPanel) - Constructor for class g2d.pla.menus.GraphMenu
-
- graphMenu - Variable in class g2d.pla.PLAPanel
-
- GraphMenu - Class in g2d.swing
-
- GraphMenu() - Constructor for class g2d.swing.GraphMenu
-
- graphPanel - Variable in class g2d.graphviewer.AbstractBaseFrame
-
- GraphPanel - Class in g2d.graphviewer
-
- GraphPanel() - Constructor for class g2d.graphviewer.GraphPanel
-
- graphPanel - Variable in class g2d.netviewer.NetPanel
-
- graphPanel - Variable in class g2d.pla.PLAPanel
-
- graphSize - Variable in class g2d.graphviewer.GraphPanel
-
- Grid - Class in g2d.glyph
-
A Grid for placing things in 2D space.
- Grid(double, double, int) - Constructor for class g2d.glyph.Grid
-
- group - Variable in class g2d.pla.SettingsGroup
-
- GT - Static variable in class g2d.jlambda.SymbolTable
-