Package | Description |
---|---|
ptolemy.actor.parameters |
The ptolemy.actor.parameters package.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.basic.layout.kieler |
Classes used to layout entities and relations in Vergil that use the
KIELER layout algorithm.
|
ptolemy.vergil.kernel |
Vergil kernel classes.
|
Modifier and Type | Class and Description |
---|---|
class |
LocationParameter
A parameter that specifies the location of the center of its container.
|
Modifier and Type | Class and Description |
---|---|
class |
Location
An attribute that represents the center location of a node in a
schematic.
|
Modifier and Type | Class and Description |
---|---|
class |
Vertex
This attribute represents a waypoint in a relation.
|
Modifier and Type | Method and Description |
---|---|
static Locatable |
KielerLayoutUtil.getLocation(NamedObj namedObj)
Find a location for the given object.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.Point2D |
KielerLayoutUtil.getLocationPoint(Locatable locatable)
Retrieve the actual position from a locatable instance.
|
Modifier and Type | Class and Description |
---|---|
class |
RelativeLocation
An attribute used to store a relative visual location.
|
Modifier and Type | Method and Description |
---|---|
protected Locatable |
AbstractBasicGraphModel._getLocation(NamedObj object)
Return the location attribute contained in the given object, or
a new location contained in the given object if there was no location.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyLayoutRequest.addLocation(Locatable locatable,
double x,
double y)
Add a new location change to the request.
|
Modifier and Type | Method and Description |
---|---|
protected Locatable |
CompositePtolemyModel._getLocation(NamedObj object)
Return the location attribute contained in the given object, or
a new location contained in the given object if there was no location.
|