\name{getDefaultEdgeSelectionColor}
\alias{getDefaultEdgeSelectionColor}
\alias{getDefaultEdgeSelectionColor,CytoscapeConnectionClass-method}
\title{getDefaultEdgeSelectionColor}
\description{
Retrieve the default color used to display selected edges.
}
\usage{
getDefaultEdgeSelectionColor(obj, vizmap.style.name)
}
\arguments{
  \item{obj}{a \code{CytoscapeConnectionClass} object. }
  \item{vizmap.style.name}{a \code{character} object, 'default' by default }

}

\value{
A character string, eg "java.awt.Color[r=204,g=204,b=255]"
}
\author{Paul Shannon}

\examples{
  cy <- CytoscapeConnection ()
  print (getDefaultEdgeSelectionColor (cy))   # "java.awt.Color[r=255,g=0,b=0]"
}

\keyword{graph}