|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cluster | |
|---|---|
| software.authoring | |
| software.authoring.scantegrity | |
| software.common | |
| software.scanner | |
| software.scanner.gui | |
| Uses of Cluster in software.authoring |
|---|
| Fields in software.authoring with type parameters of type Cluster | |
|---|---|
java.util.Vector<Cluster> |
BmpToGeometry.PunchScanColors
|
| Methods in software.authoring that return types with arguments of type Cluster | |
|---|---|
java.util.Vector<Cluster> |
BmpTogeometryInterface.getAllColors()
|
java.util.Vector<Cluster> |
BmpToGeometry.getAllColors()
|
| Uses of Cluster in software.authoring.scantegrity |
|---|
| Fields in software.authoring.scantegrity with type parameters of type Cluster | |
|---|---|
java.util.Vector<Cluster> |
BmpToGeometry.ScantegrityColors
|
| Methods in software.authoring.scantegrity that return types with arguments of type Cluster | |
|---|---|
java.util.Vector<Cluster> |
BmpToGeometry.getAllColors()
|
| Uses of Cluster in software.common |
|---|
| Methods in software.common that return Cluster | |
|---|---|
Cluster |
Cluster.clone()
Returns a new Cluster, with the same fields as this one |
Cluster |
ImageToCoordinatesInches.detectCircular(double startx,
double starty,
double halfSide,
Cluster sougthCollor1)
Looks for a cluster in concentric circles, starting from the center |
Cluster |
BallotGeometry.getBottomCluster(java.lang.String race,
java.lang.String rank,
java.lang.String candidate)
|
Cluster |
ImageToCoordinatesInches.getNextCluster()
Returns the next cluster found. |
Cluster |
BallotGeometry.getSerialBottomCluster(java.lang.String digitId)
|
Cluster |
BallotGeometryMap.getSerialBulleted()
|
| Methods in software.common that return types with arguments of type Cluster | |
|---|---|
java.util.Vector<Cluster> |
BallotGeometry.getContestBottomHoles()
|
java.util.TreeMap<java.lang.Integer,java.util.TreeMap<java.lang.Integer,java.util.TreeMap<java.lang.Integer,Cluster>>> |
BallotGeometryMap.getMarkedContests()
|
java.util.Vector<Cluster> |
BallotGeometry.getSerialBottomHolles()
|
| Methods in software.common with parameters of type Cluster | |
|---|---|
void |
BallotGeometry.addAlignment(Cluster alignment)
|
void |
BallotGeometry.addHoleOnly(Cluster holeOnly)
|
Cluster |
ImageToCoordinatesInches.detectCircular(double startx,
double starty,
double halfSide,
Cluster sougthCollor1)
Looks for a cluster in concentric circles, starting from the center |
double |
Cluster.distance(Cluster c)
|
static void |
ImagePanel.drawThickLine(Cluster cluster,
double dpi,
java.awt.Graphics g,
java.awt.Color c)
|
void |
BallotGeometry.setSerialBarcode(Cluster serialBarcode)
|
void |
BallotGeometry.setSerialBulleted(Cluster serialBulleted)
|
| Method parameters in software.common with type arguments of type Cluster | |
|---|---|
void |
BallotGeometry.addContest(int qno,
java.util.Vector<Cluster> top,
java.util.Vector<Cluster> bottom)
Adds a contest to the geometry |
void |
BallotGeometry.addContest(int qno,
java.util.Vector<Cluster> top,
java.util.Vector<Cluster> bottom)
Adds a contest to the geometry |
void |
ImagePanel.emphasizeClusters(java.util.Vector<Cluster> v,
java.awt.Color color)
|
static int |
BallotGeometry.getNoColumnsFormVectorSortedOnY(java.util.Vector<Cluster> q)
|
static int |
BallotGeometry.getNoRowsFromVectorSortedOnX(java.util.Vector<Cluster> q)
|
void |
BallotGeometry.setSerial(java.util.Vector<Cluster> top,
java.util.Vector<Cluster> bottom)
Adds the where the serial number should be |
void |
BallotGeometry.setSerial(java.util.Vector<Cluster> top,
java.util.Vector<Cluster> bottom)
Adds the where the serial number should be |
static void |
BallotGeometry.sortOnX(java.util.Vector<Cluster> q,
int start,
int stop)
Sorts a vector of clusters based on their X coordinates (horizontaly) |
static int |
BallotGeometry.sortOnXThenOnY(java.util.Vector<Cluster> q)
Sorts a vector on cluster on X (horizontally). |
static void |
BallotGeometry.sortOnY(java.util.Vector<Cluster> q,
int start,
int stop)
Sorts a vector of clusters based on their Y coordinates (vertically) |
static int |
BallotGeometry.sortOnYThenOnX(java.util.Vector<Cluster> q)
Sorts a vector on cluster on Y (vertically). |
| Constructors in software.common with parameters of type Cluster | |
|---|---|
Cluster(Cluster model)
Clones a current Cluster |
|
| Constructor parameters in software.common with type arguments of type Cluster | |
|---|---|
ImageToCoordinatesInches(java.awt.image.BufferedImage b,
double dpi,
java.util.Vector<Cluster> collorsSougth)
The discountinuity of the color spots is given in INCHES. |
|
| Uses of Cluster in software.scanner |
|---|
| Methods in software.scanner that return types with arguments of type Cluster | |
|---|---|
java.util.Vector<Cluster> |
ScannedBallotInterface.getFullVotes()
|
java.util.Vector<Cluster> |
ScannedBallot.getFullVotes()
|
java.util.Vector<Cluster> |
ScannedBallotInterface.getOverVotes()
|
java.util.Vector<Cluster> |
ScannedBallot.getOverVotes()
|
java.util.Vector<Cluster> |
ScannedBallotInterface.getUnderVotes()
|
java.util.Vector<Cluster> |
ScannedBallot.getUnderVotes()
|
java.util.Vector<Cluster> |
ScannedBallot.getVotes(software.scanner.ScannedBallot.TypeOfVotes vote)
|
| Uses of Cluster in software.scanner.gui |
|---|
| Method parameters in software.scanner.gui with type arguments of type Cluster | |
|---|---|
void |
VoterLocalScreen2.emphasizeClusters(java.util.Vector<Cluster> v,
java.lang.String s,
java.awt.Font f,
java.awt.Color color)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||