|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectt3.portfolios.PortfolioLink
public class PortfolioLink
Represents a link between two rectangles each in a specified portfolio.
| Field Summary | |
|---|---|
Portfolio |
destPortfolio
|
java.awt.geom.Rectangle2D.Double |
destPORTrect
|
Portfolio |
sourcePortfolio
|
java.awt.geom.Rectangle2D.Double |
sourcePORTrect
|
| Constructor Summary | |
|---|---|
PortfolioLink(int displayType,
java.awt.Color c,
Portfolio sourcePortfolio,
Portfolio destPortfolio)
Creates a link between two portfolios. |
|
PortfolioLink(int displayType,
java.awt.Color c,
Portfolio sourcePortfolio,
Portfolio destPortfolio,
java.awt.geom.Rectangle2D.Double sourcePORTrect,
java.awt.geom.Rectangle2D.Double destPORTrect)
Creates a link between two rectangles, each in the PORT space of a portfolios. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroys this link. |
boolean |
isDestroyed()
Returns true iff the link has been destroyed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Portfolio sourcePortfolio
public final Portfolio destPortfolio
public final java.awt.geom.Rectangle2D.Double sourcePORTrect
public final java.awt.geom.Rectangle2D.Double destPORTrect
| Constructor Detail |
|---|
public PortfolioLink(int displayType,
java.awt.Color c,
Portfolio sourcePortfolio,
Portfolio destPortfolio)
displayType - c - sourcePortfolio - destPortfolio -
public PortfolioLink(int displayType,
java.awt.Color c,
Portfolio sourcePortfolio,
Portfolio destPortfolio,
java.awt.geom.Rectangle2D.Double sourcePORTrect,
java.awt.geom.Rectangle2D.Double destPORTrect)
displayType - c - sourcePortfolio - destPortfolio - sourcePORTrect - destPORTrect - | Method Detail |
|---|
public final void destroy()
public final boolean isDestroyed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||