|
Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CyCustomGraphics
| Method Summary | |
|---|---|
String |
getDisplayName()
Display name is a simple description of this image object. |
float |
getFitRatio()
|
int |
getHeight()
Returns height of current object. |
Long |
getIdentifier()
Immutable session-unique identifier of image generated in constructor. |
List<Layer> |
getLayers()
Get layers belongs to this object. |
giny.view.ObjectPosition |
getPosition()
Current position |
Image |
getRenderedImage()
From layers of graphics objects, render scaled Image object. |
int |
getWidth()
Returns width of current object. |
void |
setDisplayName(String displayName)
Set human readable display name. |
void |
setFitRatio(float ratio)
|
void |
setHeight(int height)
Set height of Custom Graphics. |
void |
setPosition(giny.view.ObjectPosition position)
Set posiiton of this graphics. |
void |
setWidth(int width)
Set width of Custom Graphics. |
| Method Detail |
|---|
Long getIdentifier()
String getDisplayName()
void setDisplayName(String displayName)
displayName - List<Layer> getLayers()
int getWidth()
int getHeight()
void setWidth(int width)
width - void setHeight(int height)
height - float getFitRatio()
void setFitRatio(float ratio)
Image getRenderedImage()
void setPosition(giny.view.ObjectPosition position)
position - giny.view.ObjectPosition getPosition()
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||