|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGlyphPropertiesList
public class GlyphPropertiesList
modules/library/render (gt-render.jar)
Constructor Summary | |
---|---|
GlyphPropertiesList()
Creates a new instance of GlyphPropertiesList |
Method Summary | |
---|---|
void |
addProperty(String name,
Class type,
Object value)
|
int |
getPropertyIndex(String name)
|
String |
getPropertyName(int i)
the index i starts counting at 0, not 1. |
Class |
getPropertyType(int i)
the index i starts counting at 0, not 1. |
Class |
getPropertyType(String name)
|
Object |
getPropertyValue(int i)
the index i starts counting at 0, not 1. |
Object |
getPropertyValue(String name)
|
boolean |
hasProperty(String name)
|
void |
setPropertyValue(String name,
double value)
|
void |
setPropertyValue(String name,
int value)
|
void |
setPropertyValue(String name,
Object value)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlyphPropertiesList()
Method Detail |
---|
public void addProperty(String name, Class type, Object value)
public String getPropertyName(int i)
public int getPropertyIndex(String name)
public Class getPropertyType(int i)
public Class getPropertyType(String name)
public boolean hasProperty(String name)
public Object getPropertyValue(int i)
public Object getPropertyValue(String name)
public void setPropertyValue(String name, int value)
public void setPropertyValue(String name, double value)
public void setPropertyValue(String name, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |