\name{showDisplayOptions}
\alias{showDisplayOptions}
\title{Print standard display options, DisplayPars for an object or a class }
\description{
  Prints the available display options for a class or name of a class.
}
\usage{
showDisplayOptions(obj, ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{obj}{Either an object of subclass gdObject or a character naming
  a class}
  \item{\dots}{Dots}
}
\value{
  Returns a DisplayPars object which is generally printed to the screen.
}
\examples{
showDisplayOptions("GenericArray")
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{hplot}