planetj.helpers.properties
Class PDFPropertyGroup
java.lang.Object
java.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.property.DefaultPropertyGroup
planetj.helpers.properties.FilePropertyGroup
planetj.helpers.properties.PDFPropertyGroup
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.Serializable
- public class PDFPropertyGroup
- extends FilePropertyGroup
PropertyGroup for the PDF file format.
- See Also:
- Serialized Form
Fields inherited from class planetj.helpers.properties.FilePropertyGroup |
COLUMN_HEADINGS, COLUMN_HEADINGS_EXTERNAL, COLUMN_HEADINGS_INTERNAL, COLUMN_HEADINGS_NONE, DIRECT_TO_FILE, DISPLAY_COLUMNS, FILE_NAME, GENERATOR_CLASS, OUTPUT_ROWS, OUTPUT_ROWS_ALL, OUTPUT_ROWS_SCREEN, OUTPUT_ROWS_SELECTED, USE_DISPLAY_VALUE |
Fields inherited from class planetj.property.PropertyGroup |
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY |
Method Summary |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
float[] |
getRelativeWidths()
Gets the relative widths of the columns. |
Methods inherited from class planetj.property.PropertyGroup |
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, copyUndefinedPropertiesFrom, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getFloatValue, getIntValue, getJavaClassValue, getListValue, getMapValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty |
Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
PDF
public static final java.lang.String PDF
- See Also:
- Constant Field Values
FONT_SIZE
public static final java.lang.String FONT_SIZE
- See Also:
- Constant Field Values
HEADER_FONT_SIZE
public static final java.lang.String HEADER_FONT_SIZE
- See Also:
- Constant Field Values
LANDSCAPE
public static final java.lang.String LANDSCAPE
- See Also:
- Constant Field Values
RELATIVE_WIDTHS
public static final java.lang.String RELATIVE_WIDTHS
- See Also:
- Constant Field Values
SHOW_GRID
public static final java.lang.String SHOW_GRID
- See Also:
- Constant Field Values
EVEN_COLOR
public static final java.lang.String EVEN_COLOR
- See Also:
- Constant Field Values
ODD_COLOR
public static final java.lang.String ODD_COLOR
- See Also:
- Constant Field Values
EVEN_REPORT_COLOR
public static final java.lang.String EVEN_REPORT_COLOR
- See Also:
- Constant Field Values
ODD_REPORT_COLOR
public static final java.lang.String ODD_REPORT_COLOR
- See Also:
- Constant Field Values
HEADER_COLOR
public static final java.lang.String HEADER_COLOR
- See Also:
- Constant Field Values
REPEAT_TABLE_HEADER
public static final java.lang.String REPEAT_TABLE_HEADER
- See Also:
- Constant Field Values
LEFT_MARGIN
public static final java.lang.String LEFT_MARGIN
- See Also:
- Constant Field Values
RIGHT_MARGIN
public static final java.lang.String RIGHT_MARGIN
- See Also:
- Constant Field Values
TOP_MARGIN
public static final java.lang.String TOP_MARGIN
- See Also:
- Constant Field Values
BOTTOM_MARGIN
public static final java.lang.String BOTTOM_MARGIN
- See Also:
- Constant Field Values
ALL_MY_PROPERTIES
public static final java.util.List ALL_MY_PROPERTIES
PDFPropertyGroup
public PDFPropertyGroup()
- PDFPropertyGroup constructor comment.
PDFPropertyGroup
public PDFPropertyGroup(int initialCapacity)
- PDFPropertyGroup constructor comment.
- Parameters:
initialCapacity
- int
PDFPropertyGroup
public PDFPropertyGroup(java.lang.String pName)
- PDFPropertyGroup constructor comment.
- Parameters:
pName
- java.lang.String
getAllPropertyNames
public java.util.List getAllPropertyNames()
- Gets a List containing the names of all the supported properties, not including metaproperties.
- Overrides:
getAllPropertyNames
in class FilePropertyGroup
getRelativeWidths
public float[] getRelativeWidths()
- Gets the relative widths of the columns.