Uses of Enum Class
org.cytoscape.view.presentation.annotations.ArrowAnnotation.ArrowEnd
Package
Description
This package provides support for graphical annotations associated with a Cytoscape
CyNetworkView
.-
Uses of ArrowAnnotation.ArrowEnd in org.cytoscape.view.presentation.annotations
Modifier and TypeMethodDescriptionstatic ArrowAnnotation.ArrowEnd
Returns the enum constant of this class with the specified name.static ArrowAnnotation.ArrowEnd[]
ArrowAnnotation.ArrowEnd.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionArrowAnnotation.getAnchorType(ArrowAnnotation.ArrowEnd end)
Get the anchor type for one end of the arrowArrowAnnotation.getArrowColor(ArrowAnnotation.ArrowEnd end)
Get the color of one end of the arrowdouble
ArrowAnnotation.getArrowSize(ArrowAnnotation.ArrowEnd end)
Get the size of one end of the arrowArrowAnnotation.getArrowType(ArrowAnnotation.ArrowEnd end)
Get the type of one end of the arrowvoid
ArrowAnnotation.setAnchorType(ArrowAnnotation.ArrowEnd end, ArrowAnnotation.AnchorType type)
Set the anchor type for one end of the arrowvoid
ArrowAnnotation.setArrowColor(ArrowAnnotation.ArrowEnd end, Paint color)
Set the color of one end of the arrowvoid
ArrowAnnotation.setArrowSize(ArrowAnnotation.ArrowEnd end, double width)
Set the size of one end of the arrowvoid
ArrowAnnotation.setArrowType(ArrowAnnotation.ArrowEnd end, String type)
Set the type of one end of the arrow