Uses of Class
org.cytoscape.view.presentation.annotations.ArrowAnnotation.ArrowEnd
-
Packages that use ArrowAnnotation.ArrowEnd Package Description org.cytoscape.view.presentation.annotations This package provides support for graphical annotations associated with a CytoscapeCyNetworkView. -
-
Uses of ArrowAnnotation.ArrowEnd in org.cytoscape.view.presentation.annotations
Methods in org.cytoscape.view.presentation.annotations that return ArrowAnnotation.ArrowEnd Modifier and Type Method Description static ArrowAnnotation.ArrowEndArrowAnnotation.ArrowEnd. valueOf(String name)Returns the enum constant of this type with the specified name.static ArrowAnnotation.ArrowEnd[]ArrowAnnotation.ArrowEnd. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cytoscape.view.presentation.annotations with parameters of type ArrowAnnotation.ArrowEnd Modifier and Type Method Description ArrowAnnotation.AnchorTypeArrowAnnotation. getAnchorType(ArrowAnnotation.ArrowEnd end)Get the anchor type for one end of the arrowPaintArrowAnnotation. getArrowColor(ArrowAnnotation.ArrowEnd end)Get the color of one end of the arrowdoubleArrowAnnotation. getArrowSize(ArrowAnnotation.ArrowEnd end)Get the size of one end of the arrowStringArrowAnnotation. getArrowType(ArrowAnnotation.ArrowEnd end)Get the type of one end of the arrowvoidArrowAnnotation. setAnchorType(ArrowAnnotation.ArrowEnd end, ArrowAnnotation.AnchorType type)Set the anchor type for one end of the arrowvoidArrowAnnotation. setArrowColor(ArrowAnnotation.ArrowEnd end, Paint color)Set the color of one end of the arrowvoidArrowAnnotation. setArrowSize(ArrowAnnotation.ArrowEnd end, double width)Set the size of one end of the arrowvoidArrowAnnotation. setArrowType(ArrowAnnotation.ArrowEnd end, String type)Set the type of one end of the arrow
-