Skip navigation links
A B C D E F G H I L M N P R S T U V W X Y 

A

AbstractBean<E> - Class in edu.wright.hendrix11.familyTree.bean
 
AbstractBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.AbstractBean
 
addColor(String) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Adds a color to the list of custom color patterns for the data.
addColor(Color) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Adds a color to the list of custom color patterns for the data.
ageQuartile(int) - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns the specified age quartile.
ages() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns a map of ages to number of people who lived to be that age.
AgesBean - Class in edu.wright.hendrix11.familyTree.bean.mining
 
AgesBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.mining.AgesBean
 
AgesDataBean - Class in edu.wright.hendrix11.familyTree.dataBean.mining
This class performs queries to three different views in the database: the AGE_VIEW, AGE_TO_BIRTH_YEAR_VIEW, and AGE_TO_DEATH_YEAR_VIEW.
AgesDataBean() - Constructor for class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
 
averageAge() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns the average age in the database.
averageAge(Gender) - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.GenderDataBean
Returns the average age of people of the specified gender.
Axis - Class in edu.wright.hendrix11.d3.chart.axis
 
Axis.Side - Enum in edu.wright.hendrix11.d3.chart.axis
 
Axis.Type - Enum in edu.wright.hendrix11.d3.chart.axis
 

B

Birth - Class in edu.wright.hendrix11.familyTree.entity.event
 
Birth() - Constructor for class edu.wright.hendrix11.familyTree.entity.event.Birth
 
BirthBean - Class in edu.wright.hendrix11.familyTree.bean.event
 
BirthBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.event.BirthBean
 
BirthsAndDeathsBean - Class in edu.wright.hendrix11.familyTree.bean.mining
 
BirthsAndDeathsBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.mining.BirthsAndDeathsBean
 
BirthsAndDeathsDataBean - Class in edu.wright.hendrix11.familyTree.dataBean.mining
This class queries the database for the number of births and deaths per unit (the unit varies per method).
BirthsAndDeathsDataBean() - Constructor for class edu.wright.hendrix11.familyTree.dataBean.mining.BirthsAndDeathsDataBean
 
BooleanConverter - Class in edu.wright.hendrix11.familyTree.converter
Converts between boolean and integer: 1 is true and 0 is false.
BooleanConverter() - Constructor for class edu.wright.hendrix11.familyTree.converter.BooleanConverter
 
Burial - Class in edu.wright.hendrix11.familyTree.entity.event
 
Burial() - Constructor for class edu.wright.hendrix11.familyTree.entity.event.Burial
 
BurialBean - Class in edu.wright.hendrix11.familyTree.bean.event
 
BurialBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.event.BurialBean
 

C

Cemetery - Class in edu.wright.hendrix11.familyTree.entity.place
 
Cemetery() - Constructor for class edu.wright.hendrix11.familyTree.entity.place.Cemetery
No-argument constructor for JPA.
Cemetery(String) - Constructor for class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Creates a new cemetery with the specified name.
CemeteryBean - Class in edu.wright.hendrix11.familyTree.bean.place
 
CemeteryBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.place.CemeteryBean
 
ChartComponent - Class in edu.wright.hendrix11.d3.chart
 
ChartComponent() - Constructor for class edu.wright.hendrix11.d3.chart.ChartComponent
 
ChartModel - Class in edu.wright.hendrix11.d3.chart
 
ChartModel() - Constructor for class edu.wright.hendrix11.d3.chart.ChartModel
 
ChartRenderer - Class in edu.wright.hendrix11.d3.chart
 
ChartRenderer() - Constructor for class edu.wright.hendrix11.d3.chart.ChartRenderer
 
City - Class in edu.wright.hendrix11.familyTree.entity.place
 
City() - Constructor for class edu.wright.hendrix11.familyTree.entity.place.City
No-argument constructor for JPA.
City(String) - Constructor for class edu.wright.hendrix11.familyTree.entity.place.City
Creates a new city with the specified name.
CityBean - Class in edu.wright.hendrix11.familyTree.bean.place
 
CityBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.place.CityBean
 
Color - Enum in edu.wright.hendrix11.d3
 
COMPONENT_FAMILY - Static variable in class edu.wright.hendrix11.d3.chart.ChartComponent
 
COMPONENT_FAMILY - Static variable in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
 
COMPONENT_TYPE - Static variable in class edu.wright.hendrix11.d3.chart.ChartComponent
 
COMPONENT_TYPE - Static variable in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
 
convertToDatabaseColumn(Boolean) - Method in class edu.wright.hendrix11.familyTree.converter.BooleanConverter
Converts true to 1, false to 0, and null to null.
convertToEntityAttribute(Integer) - Method in class edu.wright.hendrix11.familyTree.converter.BooleanConverter
Converts 1 to true, 0 to false, and null to null.
COUNT_GENDERS - Static variable in class edu.wright.hendrix11.familyTree.entity.Person
Specifies the String that represents the NamedQuery to create a TypedQuery to count the number of people of a specific gender.
countGender(Gender) - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.GenderDataBean
Returns the number of people of the specified gender.
Country - Class in edu.wright.hendrix11.familyTree.entity.place
 
Country() - Constructor for class edu.wright.hendrix11.familyTree.entity.place.Country
No-argument constructor for JPA.
Country(String) - Constructor for class edu.wright.hendrix11.familyTree.entity.place.Country
Creates a new country with the specified name.
CountryBean - Class in edu.wright.hendrix11.familyTree.bean.place
 
CountryBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.place.CountryBean
 
County - Class in edu.wright.hendrix11.familyTree.entity.place
 
County() - Constructor for class edu.wright.hendrix11.familyTree.entity.place.County
No-argument constructor for JPA.
County(String) - Constructor for class edu.wright.hendrix11.familyTree.entity.place.County
Creates a new county with the specified name.
CountyBean - Class in edu.wright.hendrix11.familyTree.bean.place
 
CountyBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.place.CountyBean
 

D

DataBean<E,K> - Class in edu.wright.hendrix11.familyTree.dataBean
 
DataBean() - Constructor for class edu.wright.hendrix11.familyTree.dataBean.DataBean
 
Death - Class in edu.wright.hendrix11.familyTree.entity.event
 
Death() - Constructor for class edu.wright.hendrix11.familyTree.entity.event.Death
 
DeathBean - Class in edu.wright.hendrix11.familyTree.bean.event
 
DeathBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.event.DeathBean
 
DEFAULT_RENDERER - Static variable in class edu.wright.hendrix11.d3.chart.ChartComponent
 
DEFAULT_RENDERER - Static variable in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
 
delete(E) - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
 

E

edu.wright.hendrix11.d3 - package edu.wright.hendrix11.d3
 
edu.wright.hendrix11.d3.chart - package edu.wright.hendrix11.d3.chart
 
edu.wright.hendrix11.d3.chart.axis - package edu.wright.hendrix11.d3.chart.axis
 
edu.wright.hendrix11.d3.chart.axis.label - package edu.wright.hendrix11.d3.chart.axis.label
 
edu.wright.hendrix11.d3.chart.axis.padding - package edu.wright.hendrix11.d3.chart.axis.padding
 
edu.wright.hendrix11.d3.chart.axis.tick - package edu.wright.hendrix11.d3.chart.axis.tick
 
edu.wright.hendrix11.d3.wordCloud - package edu.wright.hendrix11.d3.wordCloud
 
edu.wright.hendrix11.familyTree.bean - package edu.wright.hendrix11.familyTree.bean
 
edu.wright.hendrix11.familyTree.bean.event - package edu.wright.hendrix11.familyTree.bean.event
 
edu.wright.hendrix11.familyTree.bean.mining - package edu.wright.hendrix11.familyTree.bean.mining
 
edu.wright.hendrix11.familyTree.bean.place - package edu.wright.hendrix11.familyTree.bean.place
 
edu.wright.hendrix11.familyTree.converter - package edu.wright.hendrix11.familyTree.converter
 
edu.wright.hendrix11.familyTree.dataBean - package edu.wright.hendrix11.familyTree.dataBean
 
edu.wright.hendrix11.familyTree.dataBean.mining - package edu.wright.hendrix11.familyTree.dataBean.mining
 
edu.wright.hendrix11.familyTree.entity - package edu.wright.hendrix11.familyTree.entity
 
edu.wright.hendrix11.familyTree.entity.compositeKey - package edu.wright.hendrix11.familyTree.entity.compositeKey
 
edu.wright.hendrix11.familyTree.entity.event - package edu.wright.hendrix11.familyTree.entity.event
 
edu.wright.hendrix11.familyTree.entity.place - package edu.wright.hendrix11.familyTree.entity.place
 
edu.wright.hendrix11.familyTree.exporter - package edu.wright.hendrix11.familyTree.exporter
 
edu.wright.hendrix11.familyTree.importer - package edu.wright.hendrix11.familyTree.importer
 
encodeBegin(FacesContext, UIComponent) - Method in class edu.wright.hendrix11.d3.chart.ChartRenderer
encodeBegin(FacesContext, UIComponent) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudRenderer
equals(Object) - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.MarriagePK
 
equals(Object) - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.SinglePersonEventPK
 
equals(Object) - Method in class edu.wright.hendrix11.familyTree.entity.event.Marriage
 
equals(Object) - Method in class edu.wright.hendrix11.familyTree.entity.event.SinglePersonEvent
 
equals(Object) - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
 
Event - Class in edu.wright.hendrix11.familyTree.entity.event
 
Event() - Constructor for class edu.wright.hendrix11.familyTree.entity.event.Event
 
export() - Method in class edu.wright.hendrix11.familyTree.exporter.Exporter
 
export() - Method in class edu.wright.hendrix11.familyTree.exporter.GedcomExporter
 
Exporter - Class in edu.wright.hendrix11.familyTree.exporter
 
Exporter(String) - Constructor for class edu.wright.hendrix11.familyTree.exporter.Exporter
 
Exporter(PrintStream) - Constructor for class edu.wright.hendrix11.familyTree.exporter.Exporter
 

F

find(K) - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
Returns the entity associated with the primary key.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.event.Birth
Specifies the String that represents the NamedQuery to create a TypedQuery to get all birth records.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.event.Burial
Specifies the String that represents the NamedQuery to create a TypedQuery to get all burial records.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.event.Death
Specifies the String that represents the NamedQuery to create a TypedQuery to get all death records.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.event.Marriage
Specifies the String that represents the NamedQuery to create a TypedQuery to get all marriage records.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.event.SinglePersonEvent
Specifies the String that represents the NamedQuery to create a TypedQuery to get all single-person events.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.Person
Specifies the String that represents the NamedQuery to create a TypedQuery to get all people.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Specifies the String that represents the NamedQuery to create a TypedQuery to get all cemeteries.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.place.City
Specifies the String that represents the NamedQuery to create a TypedQuery to get all cities.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.place.Country
Specifies the String that represents the NamedQuery to create a TypedQuery to get all counties.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.place.County
Specifies the String that represents the NamedQuery to create a TypedQuery to get all counties.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.place.Place
Specifies the String that represents the NamedQuery to create a TypedQuery to get all places.
FIND_ALL - Static variable in class edu.wright.hendrix11.familyTree.entity.place.State
Specifies the String that represents the NamedQuery to create a TypedQuery to get all states.
FIND_BY_NAME - Static variable in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Specifies the String that represents the NamedQuery to create a TypedQuery to get all cemeteries by name.
FIND_BY_NAME - Static variable in class edu.wright.hendrix11.familyTree.entity.place.City
Specifies the String that represents the NamedQuery to create a TypedQuery to get all states by name.
FIND_BY_NAME - Static variable in class edu.wright.hendrix11.familyTree.entity.place.Country
Specifies the String that represents the NamedQuery to create a TypedQuery to get all counties by name.
FIND_BY_NAME - Static variable in class edu.wright.hendrix11.familyTree.entity.place.County
Specifies the String that represents the NamedQuery to create a TypedQuery to get all counties by name.
FIND_BY_NAME - Static variable in class edu.wright.hendrix11.familyTree.entity.place.Place
Specifies the String that represents the NamedQuery to create a TypedQuery to get all places by name.
FIND_BY_NAME - Static variable in class edu.wright.hendrix11.familyTree.entity.place.State
Specifies the String that represents the NamedQuery to create a TypedQuery to get all states by name.
FIND_BY_NAME_AND_REGION - Static variable in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Specifies the String that represents the NamedQuery to create a TypedQuery to get all cemeteries by name and region.
FIND_BY_NAME_AND_REGION - Static variable in class edu.wright.hendrix11.familyTree.entity.place.City
Specifies the String that represents the NamedQuery to create a TypedQuery to get all cities by name and region.
FIND_BY_NAME_AND_REGION - Static variable in class edu.wright.hendrix11.familyTree.entity.place.County
Specifies the String that represents the NamedQuery to create a TypedQuery to get all counties by name and region.
FIND_BY_NAME_AND_REGION - Static variable in class edu.wright.hendrix11.familyTree.entity.place.State
Specifies the String that represents the NamedQuery to create a TypedQuery to get all states by name and region.
FIND_FIRST - Static variable in class edu.wright.hendrix11.familyTree.entity.Person
Specifies the String that represents the NamedQuery to create a TypedQuery to get the first person in the database.
findFirst() - Method in class edu.wright.hendrix11.familyTree.dataBean.PersonDataBean
Returns the first person in the database.
firstNameFrequency() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.NamesDataBean
Returns a map of first names to the number of occurrences of that first name.

G

GedcomExporter - Class in edu.wright.hendrix11.familyTree.exporter
 
GedcomExporter(String) - Constructor for class edu.wright.hendrix11.familyTree.exporter.GedcomExporter
 
GedcomExporter(PrintStream) - Constructor for class edu.wright.hendrix11.familyTree.exporter.GedcomExporter
 
GedcomImporter - Class in edu.wright.hendrix11.familyTree.importer
 
GedcomImporter(String) - Constructor for class edu.wright.hendrix11.familyTree.importer.GedcomImporter
 
Gender - Enum in edu.wright.hendrix11.familyTree.entity
 
GenderAges(String, Double) - Constructor for class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean.GenderAges
 
GenderAges(Gender, Double) - Constructor for class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean.GenderAges
 
GenderBean - Class in edu.wright.hendrix11.familyTree.bean
 
GenderBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.GenderBean
 
GenderDataBean - Class in edu.wright.hendrix11.familyTree.dataBean.mining
 
GenderDataBean() - Constructor for class edu.wright.hendrix11.familyTree.dataBean.mining.GenderDataBean
 
GenderStatsBean - Class in edu.wright.hendrix11.familyTree.bean.mining
 
GenderStatsBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean
 
GenderStatsBean.GenderAges - Class in edu.wright.hendrix11.familyTree.bean.mining
 
getAge() - Method in class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean.GenderAges
 
getAgeModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.AgesBean
Returns a chart model containing age data.
getArrayData() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
getArrayData(Object) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
getAsObject(FacesContext, UIComponent, String) - Method in class edu.wright.hendrix11.familyTree.converter.PlaceConverter
 
getAsPlace(String) - Method in class edu.wright.hendrix11.familyTree.converter.PlaceConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class edu.wright.hendrix11.familyTree.converter.PlaceConverter
 
getAxisLabels() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
getBarLabels() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
getBirth() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the birth record for this person.
getBurial() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the burial record for this person.
getChartModel() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Returns the Java object holding the chart data and data configuration.
getChildren() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the list of all children for this person.
getChildren(Person) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns a list of all children of this person whose other parent is the specified spouse.
getChildrenNoSpouse() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns a list of all children of this person whose other parent is unknown.
getCity() - Method in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Returns the city that the cemetery is in.
getColors() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Returns the custom color pattern for the data.
getCount() - Method in class edu.wright.hendrix11.d3.chart.axis.tick.Tick
 
getCountry() - Method in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Returns the country that the cemetery is in.
getCountry() - Method in class edu.wright.hendrix11.familyTree.entity.place.City
Returns the country that the city is in.
getCountry() - Method in class edu.wright.hendrix11.familyTree.entity.place.County
Returns the country that the county is in.
getCountry() - Method in class edu.wright.hendrix11.familyTree.entity.place.State
Returns the country that the state is in.
getCounty() - Method in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Returns the county that the cemetery is in.
getCounty() - Method in class edu.wright.hendrix11.familyTree.entity.place.City
Returns the county that the city is in.
getData() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
getData(String) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
getDate() - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Returns the date the event happened.
getDateString() - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Constructs and returns the date string.
getDay() - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Returns the day of the month this event happened.
getDeath() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the death record for this person.
getDifference() - Method in class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean.GenderAges
 
getEntities() - Method in class edu.wright.hendrix11.familyTree.bean.AbstractBean
Returns the list of entities.
getEnum(String) - Static method in enum edu.wright.hendrix11.familyTree.entity.Gender
Returns the Gender that starts with the parameter.
getFamily() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
 
getFamily() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
 
getFather() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the father of this person.
getFirstNameFrequency() - Method in class edu.wright.hendrix11.familyTree.bean.mining.NamesBean
 
getFirstNameFrequencyList() - Method in class edu.wright.hendrix11.familyTree.bean.mining.NamesBean
Returns a list of first names to the number of occurences (frequency) of that name.
getFont() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Returns the font face for each word.
getGender() - Method in class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean.GenderAges
 
getGender() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the gender of this person.
getGenderAges() - Method in class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean
 
getGenderModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean
 
getGenders() - Method in class edu.wright.hendrix11.familyTree.bean.GenderBean
Returns the array of genders.
getGridX() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Returns whether to show the grid along the x axis.
getGridY() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Returns whether to show the grid along the y axis.
getHeight() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
 
getHeight() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Returns the height of the entire cloud.
getHusband() - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.MarriagePK
 
getHusband() - Method in class edu.wright.hendrix11.familyTree.entity.event.Marriage
Returns the male person of the marriage.
getId() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the database primary key for this person.
getId() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Return the unique identifier or primary key of the place.
getLabel() - Method in class edu.wright.hendrix11.d3.chart.axis.XAxis
 
getLabel() - Method in class edu.wright.hendrix11.d3.chart.axis.YAxis
 
getLastNameFrequency() - Method in class edu.wright.hendrix11.familyTree.bean.mining.NamesBean
 
getLastNameFrequencyList() - Method in class edu.wright.hendrix11.familyTree.bean.mining.NamesBean
Returns a list of last names to the number of occurences (frequency) of that name.
getLegendPosition() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Returns where to show the legend.
getLink() - Method in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Returns a URL String, typically either a Google query or Google map link.
getLink() - Method in class edu.wright.hendrix11.familyTree.entity.place.City
Returns a URL String, typically either a Google query or Google map link.
getLink() - Method in class edu.wright.hendrix11.familyTree.entity.place.Country
Returns a URL String, typically either a Google query or Google map link.
getLink() - Method in class edu.wright.hendrix11.familyTree.entity.place.County
Returns a URL String, typically either a Google query or Google map link.
getLink() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Returns a URL String, typically either a Google query or Google map link.
getLink() - Method in class edu.wright.hendrix11.familyTree.entity.place.State
Returns a URL String, typically either a Google query or Google map link.
getMax() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Returns the maximum value of the axis range.
getMeanMedianAgeAtBirthModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.AgesBean
Returns a chart model containing ages at birth data.
getMeanMedianAgeAtDeathModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.AgesBean
Returns a chart model containing ages at death data.
getMin() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Returns the minimum value of the axis range.
getMonth() - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Returns the month of the year this event happened.
getMother() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the mother of this person.
getName() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the name of this person.
getName() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Returns the name of the place.
getNumPages() - Method in class edu.wright.hendrix11.familyTree.bean.AbstractBean
Returns the total number of pages.
getNumPages() - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
Returns the number of pages available.
getPadding() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
 
getPadding() - Method in class edu.wright.hendrix11.d3.chart.axis.XAxis
 
getPadding() - Method in class edu.wright.hendrix11.d3.chart.axis.YAxis
 
getPadding() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Returns the numerical padding for each word / String.
getPage() - Method in class edu.wright.hendrix11.familyTree.bean.AbstractBean
Returns the current page number.
getPage() - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
Returns the page number.
getPercent() - Method in class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean.GenderAges
 
getPercentDifference() - Method in class edu.wright.hendrix11.familyTree.bean.mining.GenderStatsBean.GenderAges
 
getPerDecadeCleanModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.BirthsAndDeathsBean
Returns a chart model containing births and deaths per decade.
getPerDecadeCombinedModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.BirthsAndDeathsBean
Returns a chart model containing births and deaths per decade.
getPerDecadeModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.BirthsAndDeathsBean
Returns a chart model containing births and deaths per decade.
getPerMonthModel() - Method in class edu.wright.hendrix11.familyTree.bean.mining.BirthsAndDeathsBean
Returns a chart model containing births and deaths per month.
getPerson() - Method in class edu.wright.hendrix11.familyTree.bean.IndividualBean
Returns the currently set person.
getPerson() - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.SinglePersonEventPK
 
getPerson() - Method in class edu.wright.hendrix11.familyTree.entity.event.SinglePersonEvent
Returns the person associated with this event.
getPersonId() - Method in class edu.wright.hendrix11.familyTree.bean.IndividualBean
Returns the id of the current Person.
getPlace() - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Returns the place this event happened.
getPlaces() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Returns a list containing this place and all regions it is in.
getPosition() - Method in class edu.wright.hendrix11.d3.chart.axis.label.XLabel
 
getPosition() - Method in class edu.wright.hendrix11.d3.chart.axis.label.YLabel
 
getRegion() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Return the region of the place.
getRotate() - Method in class edu.wright.hendrix11.d3.chart.axis.tick.XTick
 
getScaleTo() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Returns the number that the dataset will be scaled to, from 0 to this number.
getShowLegend() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Returns whether to show the legend.
getSort() - Method in class edu.wright.hendrix11.familyTree.bean.AbstractBean
Returns the current sort String.
getSort() - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
Returns the current sort String.
getSpouses() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns the list of known spouses of this person.
getState() - Method in class edu.wright.hendrix11.familyTree.entity.place.Cemetery
Returns the state that the cemetery is in.
getState() - Method in class edu.wright.hendrix11.familyTree.entity.place.City
Returns the state that the city is in.
getState() - Method in class edu.wright.hendrix11.familyTree.entity.place.County
Returns the state that the county is in.
getStatsMapList() - Method in class edu.wright.hendrix11.familyTree.bean.mining.AgesBean
Returns a list of statistic labels to the statistic value.
getStyle() - Method in class edu.wright.hendrix11.d3.MasterComponent
Returns the value of the style attribute of the div element that contains the component.
getStyleClass() - Method in class edu.wright.hendrix11.d3.MasterComponent
Returns the value of the class attribute of the div element that contains the component.
getTempPerson() - Method in class edu.wright.hendrix11.familyTree.bean.IndividualBean
 
getText() - Method in class edu.wright.hendrix11.d3.chart.axis.label.Label
 
getTick() - Method in class edu.wright.hendrix11.d3.chart.axis.XAxis
 
getTitle() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Returns the title of the chart.
getType() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Returns the type of the axis.
getType() - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Returns the type of chart to render.
getType() - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.SinglePersonEventPK
 
getType() - Method in class edu.wright.hendrix11.familyTree.entity.event.SinglePersonEvent
Returns the discriminator column value.
getWidth() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Returns the width of the entire cloud.
getWife() - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.MarriagePK
 
getWife() - Method in class edu.wright.hendrix11.familyTree.entity.event.Marriage
Returns the female person of the marriage.
getWords() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Returns the map of words (or rather, Strings, as they can have spaces) to the font size of that word.
getxAxis() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Returns the x-axis.
getyAxis() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Returns the y-axis.
getYear() - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Returns the year this event happened.

H

hasArrayData() - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
hasFather() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns true if this person has a father, false otherwise.
hashCode() - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.MarriagePK
 
hashCode() - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.SinglePersonEventPK
 
hashCode() - Method in class edu.wright.hendrix11.familyTree.entity.event.Marriage
 
hashCode() - Method in class edu.wright.hendrix11.familyTree.entity.event.SinglePersonEvent
 
hashCode() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
 
hasMother() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns true if this person has a mother, false otherwise.
hasParent() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns true if this person has at least one parent, false otherwise.
hasParents() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns true if this person has both parents, false otherwise.
hasText() - Method in class edu.wright.hendrix11.d3.chart.axis.label.Label
 

I

Importer - Class in edu.wright.hendrix11.familyTree.importer
 
Importer(String) - Constructor for class edu.wright.hendrix11.familyTree.importer.Importer
 
Importer(FileReader) - Constructor for class edu.wright.hendrix11.familyTree.importer.Importer
 
IndividualBean - Class in edu.wright.hendrix11.familyTree.bean
 
IndividualBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.IndividualBean
 
initialize(Class<E>) - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
This method should be called before any other method is called.
isAbout() - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Returns true if the date is just an approximate.
isForceStretch() - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Returns whether to scale the dataset when the largest value is less than the return value of WordCloudComponent.getScaleTo().
isLocalTime() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
 
isMultiline() - Method in class edu.wright.hendrix11.d3.chart.axis.tick.XTick
 
isShow() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Returns whether to show or hide the axis.
iterator() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Returns an iterator containing this place and all regions it is in.

L

Label - Class in edu.wright.hendrix11.d3.chart.axis.label
 
Label(String) - Constructor for class edu.wright.hendrix11.d3.chart.axis.label.Label
 
Label(String, String) - Constructor for class edu.wright.hendrix11.d3.chart.axis.label.Label
 
lastNameFrequency() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.NamesDataBean
Returns a map of last names to the number of occurrences of that last name.
list() - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
Returns a list of the entities.

M

Marriage - Class in edu.wright.hendrix11.familyTree.entity.event
 
Marriage() - Constructor for class edu.wright.hendrix11.familyTree.entity.event.Marriage
 
MarriageBean - Class in edu.wright.hendrix11.familyTree.bean.event
 
MarriageBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.event.MarriageBean
 
MarriagePK - Class in edu.wright.hendrix11.familyTree.entity.compositeKey
 
MarriagePK(int, int) - Constructor for class edu.wright.hendrix11.familyTree.entity.compositeKey.MarriagePK
 
MasterComponent - Class in edu.wright.hendrix11.d3
 
MasterComponent() - Constructor for class edu.wright.hendrix11.d3.MasterComponent
 
MasterRenderer - Class in edu.wright.hendrix11.d3
 
MasterRenderer() - Constructor for class edu.wright.hendrix11.d3.MasterRenderer
 
maxAge() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns the maximum age in the database.
meanMeadianAgesPerBirthYear() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns a map of years to the mean and median ages of people who where born that year.
meanMeadianAgesPerDeathYear() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns a map of years to the mean and median ages of people who died that year.
medianAge() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns the median age in the database.
minAge() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.AgesDataBean
Returns the minimum age in the database.

N

NAME - Static variable in class edu.wright.hendrix11.familyTree.converter.PlaceConverter
 
NamesBean - Class in edu.wright.hendrix11.familyTree.bean.mining
 
NamesBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.mining.NamesBean
 
NamesDataBean - Class in edu.wright.hendrix11.familyTree.dataBean.mining
This class queries the database to get the most common names.
NamesDataBean() - Constructor for class edu.wright.hendrix11.familyTree.dataBean.mining.NamesDataBean
 

P

Padding - Interface in edu.wright.hendrix11.d3.chart.axis.padding
 
perDecade() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.BirthsAndDeathsDataBean
Returns a map of decades (as a String) to an integer array of births and deaths in that decade.
perDecadeClean() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.BirthsAndDeathsDataBean
Returns a map of decades (as a String) to an integer array of births and deaths in that decade.
perDecadeCombined() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.BirthsAndDeathsDataBean
Returns a map of decades (as a String) to an array integer of births and deaths in that decade.
perMonth() - Method in class edu.wright.hendrix11.familyTree.dataBean.mining.BirthsAndDeathsDataBean
Returns a map of months (as a String) to an integer array of births and deaths in that month.
Person - Class in edu.wright.hendrix11.familyTree.entity
 
Person() - Constructor for class edu.wright.hendrix11.familyTree.entity.Person
 
PersonBean - Class in edu.wright.hendrix11.familyTree.bean
 
PersonBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.PersonBean
 
PersonDataBean - Class in edu.wright.hendrix11.familyTree.dataBean
 
PersonDataBean() - Constructor for class edu.wright.hendrix11.familyTree.dataBean.PersonDataBean
 
Place - Class in edu.wright.hendrix11.familyTree.entity.place
 
Place() - Constructor for class edu.wright.hendrix11.familyTree.entity.place.Place
No-argument constructor for JPA.
Place(String) - Constructor for class edu.wright.hendrix11.familyTree.entity.place.Place
Creates a new place with the specified name.
PlaceBean - Class in edu.wright.hendrix11.familyTree.bean.place
 
PlaceBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.place.PlaceBean
 
PlaceConverter - Class in edu.wright.hendrix11.familyTree.converter
 
PlaceConverter() - Constructor for class edu.wright.hendrix11.familyTree.converter.PlaceConverter
 
processData(EntityManager) - Method in class edu.wright.hendrix11.familyTree.importer.Importer
 

R

RECORDS_PER_PAGE - Static variable in class edu.wright.hendrix11.familyTree.dataBean.DataBean
 

S

save(E) - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
 
setAbout(boolean) - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Set if the date is an approximate date.
setArrayData(Map<String, ? extends Number[]>) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
setBarLabels(String[]) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
setBarLabels(List<String>) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
setBirth(Birth) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the birth record for this person.
setBurial(Burial) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the burial record for this person.
setChartModel(ChartModel) - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Sets the Java object holding the chart data and data configuration.
setChildren(List<Person>) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the list of all children for this person.
setColors(List<String>) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Sets the custom color pattern for the data.
setCount(Integer) - Method in class edu.wright.hendrix11.d3.chart.axis.tick.Tick
 
setData(Map<String, ? extends Number>) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
 
setDay(Integer) - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Sets the day of the month this event happened.
setDeath(Death) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the death record for this person.
setFather(Person) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the father of this person.
setFont(String) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Sets the font face for each word.
setForceStretch(Boolean) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Sets whether to scale the dataset when the largest value is less than the return value of WordCloudComponent.getScaleTo().
setGender(Gender) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the gender of this person.
setGridX(Boolean) - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Sets whether to show the grid along the x axis.
setGridY(Boolean) - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Sets whether to show the grid along the y axis.
setHeight(int) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
 
setHeight(Integer) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Sets the height of the entire cloud.
setHusband(int) - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.MarriagePK
 
setHusband(Person) - Method in class edu.wright.hendrix11.familyTree.entity.event.Marriage
Sets the male person of the marriage.
setId(int) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the database primary key for this person.
setId(int) - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Sets the unique identifier or primary key of the place.
setLabel(String) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Sets the text for the axis label
setLabel(String) - Method in class edu.wright.hendrix11.d3.chart.axis.XAxis
 
setLabel(XLabel) - Method in class edu.wright.hendrix11.d3.chart.axis.XAxis
 
setLabel(String) - Method in class edu.wright.hendrix11.d3.chart.axis.YAxis
 
setLabel(YLabel) - Method in class edu.wright.hendrix11.d3.chart.axis.YAxis
 
setLegendPosition(String) - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Sets where to show the legend.
setLocalTime(boolean) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
 
setMax(int) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Sets the maximum value of the axis range.
setMin(int) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Sets the minimum value of the axis range.
setMonth(Month) - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Sets the month of the year this event happened.
setMother(Person) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the mother of this person.
setMultiline(Boolean) - Method in class edu.wright.hendrix11.d3.chart.axis.tick.XTick
 
setName(String) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the name of this person
setName(String) - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Sets the name of the place.
setPadding(Padding) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
 
setPadding(XPadding) - Method in class edu.wright.hendrix11.d3.chart.axis.XAxis
 
setPadding(YPadding) - Method in class edu.wright.hendrix11.d3.chart.axis.YAxis
 
setPadding(Integer) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Sets the numerical padding for each word / String.
setPage(int) - Method in class edu.wright.hendrix11.familyTree.bean.AbstractBean
Sets the current page number.
setPage(int) - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
Sets the page number.
setPerson(Person) - Method in class edu.wright.hendrix11.familyTree.bean.IndividualBean
Sets the person to be viewed.
setPerson(int) - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.SinglePersonEventPK
 
setPerson(Person) - Method in class edu.wright.hendrix11.familyTree.entity.event.SinglePersonEvent
Sets the person associated with this event.
setPersonId(int) - Method in class edu.wright.hendrix11.familyTree.bean.IndividualBean
Sets the current Person based on the personId.
setPlace(Place) - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Sets the place this event happened.
setPosition(XLabel.Position) - Method in class edu.wright.hendrix11.d3.chart.axis.label.XLabel
 
setPosition(YLabel.Position) - Method in class edu.wright.hendrix11.d3.chart.axis.label.YLabel
 
setRegion(Place) - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Sets the region of the place.
setRotate(Integer) - Method in class edu.wright.hendrix11.d3.chart.axis.tick.XTick
 
setScaleTo(Integer) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Sets the number that the dataset will be scaled to, from 0 to this number.
setShow(boolean) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Sets whether to show or hide the axis.
setShowLegend(Boolean) - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Sets whether to show the legend.
setSort(String) - Method in class edu.wright.hendrix11.familyTree.bean.AbstractBean
Sets the sort String.
setSort(String) - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
Sets the sort String.
setSpouses(List<Person>) - Method in class edu.wright.hendrix11.familyTree.entity.Person
Sets the list of known spouses of this person.
setStyle(String) - Method in class edu.wright.hendrix11.d3.MasterComponent
Sets the value of the style attribute of the div element that contains the component.
setStyleClass(String) - Method in class edu.wright.hendrix11.d3.MasterComponent
Sets the value of the class attribute of the div element that contains the component.
setTempPerson(Person) - Method in class edu.wright.hendrix11.familyTree.bean.IndividualBean
 
setText(String) - Method in class edu.wright.hendrix11.d3.chart.axis.label.Label
 
setTick(XTick) - Method in class edu.wright.hendrix11.d3.chart.axis.XAxis
 
setTitle(String) - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Sets the title of the chart.
setType(Axis.Type) - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
Sets the type of the axis.
setType(String) - Method in class edu.wright.hendrix11.d3.chart.ChartComponent
Sets the type of chart to render.
setType(String) - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.SinglePersonEventPK
 
setWidth(Integer) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Sets the width of the entire cloud.
setWife(int) - Method in class edu.wright.hendrix11.familyTree.entity.compositeKey.MarriagePK
 
setWife(Person) - Method in class edu.wright.hendrix11.familyTree.entity.event.Marriage
Sets the female person of the marriage.
setWords(Map<String, Integer>) - Method in class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
Sets the map of words (or rather, Strings, as they can have spaces) to the font size of that word.
setxAxis(String) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Sets the text that will be displayed along the x axis.
setxAxis(XAxis) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Sets the x-axis.
setyAxis(String) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Sets the text that will be displayed along the y axis.
setyAxis(YAxis) - Method in class edu.wright.hendrix11.d3.chart.ChartModel
Sets the y-axis.
setYear(Integer) - Method in class edu.wright.hendrix11.familyTree.entity.event.Event
Sets the year this event happened.
SinglePersonEvent - Class in edu.wright.hendrix11.familyTree.entity.event
 
SinglePersonEventBean - Class in edu.wright.hendrix11.familyTree.bean.event
 
SinglePersonEventBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.event.SinglePersonEventBean
 
SinglePersonEventPK - Class in edu.wright.hendrix11.familyTree.entity.compositeKey
 
SinglePersonEventPK(int, String) - Constructor for class edu.wright.hendrix11.familyTree.entity.compositeKey.SinglePersonEventPK
 
State - Class in edu.wright.hendrix11.familyTree.entity.place
 
State() - Constructor for class edu.wright.hendrix11.familyTree.entity.place.State
No-argument constructor for JPA.
State(String) - Constructor for class edu.wright.hendrix11.familyTree.entity.place.State
 
StateBean - Class in edu.wright.hendrix11.familyTree.bean.place
 
StateBean() - Constructor for class edu.wright.hendrix11.familyTree.bean.place.StateBean
 

T

Tick - Class in edu.wright.hendrix11.d3.chart.axis.tick
 
Tick() - Constructor for class edu.wright.hendrix11.d3.chart.axis.tick.Tick
 
toString() - Method in class edu.wright.hendrix11.d3.chart.axis.Axis
 
toString() - Method in class edu.wright.hendrix11.d3.chart.axis.label.Label
 
toString() - Method in enum edu.wright.hendrix11.d3.chart.axis.label.XLabel.Position
 
toString() - Method in enum edu.wright.hendrix11.d3.chart.axis.label.YLabel.Position
 
toString() - Method in class edu.wright.hendrix11.d3.chart.axis.padding.XPadding
 
toString() - Method in class edu.wright.hendrix11.d3.chart.axis.padding.YPadding
 
toString() - Method in class edu.wright.hendrix11.d3.chart.axis.tick.Tick
 
toString() - Method in class edu.wright.hendrix11.d3.chart.axis.tick.XTick
 
toString() - Method in enum edu.wright.hendrix11.familyTree.entity.Gender
Returns the gender name, in lower case.
toString() - Method in class edu.wright.hendrix11.familyTree.entity.Person
Returns a string representation of the person, which is just the person's name.
toString() - Method in class edu.wright.hendrix11.familyTree.entity.place.Place
Returns a string representation of the place.

U

update(E) - Method in class edu.wright.hendrix11.familyTree.dataBean.DataBean
 
updatePerson() - Method in class edu.wright.hendrix11.familyTree.bean.IndividualBean
 

V

valueOf(String) - Static method in enum edu.wright.hendrix11.d3.chart.axis.Axis.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wright.hendrix11.d3.chart.axis.Axis.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wright.hendrix11.d3.chart.axis.label.XLabel.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wright.hendrix11.d3.chart.axis.label.YLabel.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wright.hendrix11.d3.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.wright.hendrix11.familyTree.entity.Gender
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.wright.hendrix11.d3.chart.axis.Axis.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.wright.hendrix11.d3.chart.axis.Axis.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.wright.hendrix11.d3.chart.axis.label.XLabel.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.wright.hendrix11.d3.chart.axis.label.YLabel.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.wright.hendrix11.d3.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.wright.hendrix11.familyTree.entity.Gender
Returns an array containing the constants of this enum type, in the order they are declared.

W

WordCloudComponent - Class in edu.wright.hendrix11.d3.wordCloud
 
WordCloudComponent() - Constructor for class edu.wright.hendrix11.d3.wordCloud.WordCloudComponent
 
WordCloudRenderer - Class in edu.wright.hendrix11.d3.wordCloud
 
WordCloudRenderer() - Constructor for class edu.wright.hendrix11.d3.wordCloud.WordCloudRenderer
 

X

XAxis - Class in edu.wright.hendrix11.d3.chart.axis
 
XAxis() - Constructor for class edu.wright.hendrix11.d3.chart.axis.XAxis
 
XAxis(String) - Constructor for class edu.wright.hendrix11.d3.chart.axis.XAxis
 
XLabel - Class in edu.wright.hendrix11.d3.chart.axis.label
 
XLabel(String) - Constructor for class edu.wright.hendrix11.d3.chart.axis.label.XLabel
 
XLabel(String, XLabel.Position) - Constructor for class edu.wright.hendrix11.d3.chart.axis.label.XLabel
 
XLabel.Position - Enum in edu.wright.hendrix11.d3.chart.axis.label
 
XPadding - Class in edu.wright.hendrix11.d3.chart.axis.padding
 
XPadding(int, int) - Constructor for class edu.wright.hendrix11.d3.chart.axis.padding.XPadding
 
XTick - Class in edu.wright.hendrix11.d3.chart.axis.tick
 
XTick() - Constructor for class edu.wright.hendrix11.d3.chart.axis.tick.XTick
 

Y

YAxis - Class in edu.wright.hendrix11.d3.chart.axis
 
YAxis() - Constructor for class edu.wright.hendrix11.d3.chart.axis.YAxis
 
YAxis(String) - Constructor for class edu.wright.hendrix11.d3.chart.axis.YAxis
 
YLabel - Class in edu.wright.hendrix11.d3.chart.axis.label
 
YLabel(String) - Constructor for class edu.wright.hendrix11.d3.chart.axis.label.YLabel
 
YLabel(String, YLabel.Position) - Constructor for class edu.wright.hendrix11.d3.chart.axis.label.YLabel
 
YLabel.Position - Enum in edu.wright.hendrix11.d3.chart.axis.label
 
YPadding - Class in edu.wright.hendrix11.d3.chart.axis.padding
The padding for the y-axis will create more space on the edge of the axis.
YPadding(int, int) - Constructor for class edu.wright.hendrix11.d3.chart.axis.padding.YPadding
 
A B C D E F G H I L M N P R S T U V W X Y 
Skip navigation links

Copyright © 2015 Joseph Hendrix