<HTML>
<HEAD>
<TITLE>Untitled file 'SymmetryGroups.html'</TITLE>
<!-- Copyright (c) 1996 by The Geometry Center. All Rights Reserved. -->
</HEAD>
<BODY BGCOLOR="FFFFFF">
<!-- *Navigation-Links -->
<B>Up:</B> <A HREF="source.html"><I>Java Kali Source Code and Documentation</I></A><BR>
<HR>
<p>

<!-- *Begin-Document-Body -->
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Sep 16 18:25:19 CDT 1996 -->
<A NAME="_top_"></A>
<TITLE>
  Class SymmetryGroups
</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<H1>Class SymmetryGroups</H1>
<PRE>
<A HREF="http://www.javasoft.com/products/JDK/CurrentRelease/api/java.lang.Object.html">java.lang.Object</A>
   |
   +----SymmetryGroups
</PRE>
<HR>
<DL>
  <DT>class <B>SymmetryGroups</B>
  <DT>extends <A HREF="http://www.javasoft.com/products/JDK/CurrentRelease/api/java.lang.Object.html">Object</A>
</DL>
The SymmetryGroups (note the 's' on the end!) object holds a list
of all the groups used in the program (each entry in this list is
an instance of the SymmetryGroup (no 's' at the end) class.  The
SymmetryGroups class is not meant to be instanced; just refer to
its <I>group</I> field and <I>getCount()</I> method.
<DL>
    <DT><B>See Also:</B>
    <DD><A HREF="SymmetryGroup.html#_top_">SymmetryGroup</A>, <A HREF="Panorama.html#_top_">Panorama</A>
</DL>
<HR>
<A NAME="index"></A>
<H2><IMG SRC="images/variable-index.gif" WIDTH=207 HEIGHT=38 ALT="Variable Index"></H2>
<DL>
  <DT><IMG SRC="images/blue-ball-small.gif" WIDTH=6 HEIGHT=6 ALT=" o ">
	<A HREF="#group"><B>group</B></A>
  <DD>The list of groups

</DL>
<H2><IMG SRC="images/method-index.gif" WIDTH=207 HEIGHT=38 ALT="Method Index"></H2>
<DL>
  <DT><IMG SRC="images/green-ball-small.gif" WIDTH=6 HEIGHT=6 ALT=" o ">
	<A HREF="#getCount()"><B>getCount</B></A>()
  <DD>Return the number of groups in the list.
</DL>
<A NAME="variables"></A>
<H2><IMG SRC="images/variables.gif" WIDTH=153 HEIGHT=38 ALT="Variables"></H2>
<A NAME="group"><IMG SRC="images/blue-ball.gif" WIDTH=12 HEIGHT=12 ALT=" o "></A>
<B>group</B>
<PRE>
  public static <A HREF="SymmetryGroup.html#_top_">SymmetryGroup</A> group[]
</PRE>
<DL>
  <DD>The list of groups
</DL>
<A NAME="methods"></A>
<H2><IMG SRC="images/methods.gif" WIDTH=151 HEIGHT=38 ALT="Methods"></H2>
<A NAME="getCount()"><IMG SRC="images/green-ball.gif" WIDTH=12 HEIGHT=12 ALT=" o "></A>
<A NAME="getCount"><B>getCount</B></A>
<PRE>
  public static int getCount()
</PRE>
<DL>
  <DD>Return the number of groups in the list.
</DL>
<!-- *End-Document-Body -->
<p>

<!-- *Navigation-Links -->
<HR>
<B>Up:</B> <A HREF="source.html"><I>Java Kali Source Code and Documentation</I></A><BR>

<!-- *GC-Common-Footer -->
<HR>
<NOBR><A HREF="/"><IMG SRC="/pix/home.gif" ALT="[HOME]" ALIGN=MIDDLE></A>
<I>The Geometry Center Home Page</I></NOBR>
<p>
Author: <A HREF="http://www.geom.umn.edu/locate/mbp">Mark Phillips</A><BR>
Comments to:
<A HREF="/admin/mail/webmaster.html">webmaster@geom.umn.edu</A><BR>
Created:  Sep 16 1996 --- 
<!-- hhmts start -->
Last modified: Sep 18 1996
<!-- hhmts end -->
</BODY>
</HTML>
