|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.conceptmap.graphcomponents.link.LinkMenu
public class LinkMenu
The Class LinkMenu.
Constructor Summary | |
---|---|
LinkMenu(ContentSystem contentSystem,
GraphManager gManager,
GraphLink link)
Instantiates a new link menu. |
Method Summary | |
---|---|
Location |
getLocation()
Gets the location. |
java.lang.String |
getName()
Gets the name. |
int |
getOrder()
Gets the order. |
boolean |
isVisible()
Checks if is visible. |
void |
remove()
Removes the. |
void |
setBgColour(java.awt.Color bgColour)
Sets the bg colour. |
void |
setBorderColour(java.awt.Color borderColour)
Sets the border colour. |
void |
setFont(java.awt.Font font)
Sets the font. |
void |
setLocation(float x,
float y)
Sets the location. |
void |
setMenuItemSize(int itemWidth,
int itemHeight)
Sets the menu item size. |
void |
setOrder(int zOrder)
Sets the order. |
void |
setTextColour(java.awt.Color textColour)
Sets the text colour. |
void |
setVisible(boolean isVisible)
Sets the visible. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkMenu(ContentSystem contentSystem, GraphManager gManager, GraphLink link)
contentSystem
- the content systemgManager
- the g managerlink
- the linkMethod Detail |
---|
public Location getLocation()
public java.lang.String getName()
public int getOrder()
public boolean isVisible()
public void remove()
public void setBgColour(java.awt.Color bgColour)
bgColour
- the new bg colourpublic void setBorderColour(java.awt.Color borderColour)
borderColour
- the new border colourpublic void setFont(java.awt.Font font)
font
- the new fontpublic void setLocation(float x, float y)
x
- the xy
- the ypublic void setMenuItemSize(int itemWidth, int itemHeight)
itemWidth
- the item widthitemHeight
- the item heightpublic void setOrder(int zOrder)
zOrder
- the new orderpublic void setTextColour(java.awt.Color textColour)
textColour
- the new text colourpublic void setVisible(boolean isVisible)
isVisible
- the new visible
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |