|
Cytoscape 2.8.0 API | |||||||||
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. |
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(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(ObjectPosition position)
position
- ObjectPosition getPosition()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |