|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FigureAttributeConstant | |
---|---|
org.jhotdraw.contrib | |
org.jhotdraw.contrib.html | |
org.jhotdraw.figures | |
org.jhotdraw.framework | |
org.jhotdraw.standard | |
org.jhotdraw.test.framework |
Uses of FigureAttributeConstant in org.jhotdraw.contrib |
---|
Methods in org.jhotdraw.contrib with parameters of type FigureAttributeConstant | |
---|---|
java.lang.Object |
GraphicalCompositeFigure.getAttribute(FigureAttributeConstant attributeConstant)
Delegate capabilities for storing and retrieving attributes to a CompositeFigure if the encapsulated presentation figure. |
void |
GraphicalCompositeFigure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
Delegate capabilities for storing and retrieving attributes to a CompositeFigure if the encapsulated presentation figure. |
Uses of FigureAttributeConstant in org.jhotdraw.contrib.html |
---|
Methods in org.jhotdraw.contrib.html with parameters of type FigureAttributeConstant | |
---|---|
void |
HTMLTextAreaFigure.setAttribute(FigureAttributeConstant name,
java.lang.Object value)
A text area figure uses the "LeftMargin", "RightMargin", "TopMargin", "BottomMargin", "TabSize", "FontSize", "FontStyle", and "FontName" attributes |
Uses of FigureAttributeConstant in org.jhotdraw.figures |
---|
Methods in org.jhotdraw.figures with parameters of type FigureAttributeConstant | |
---|---|
java.lang.Object |
FigureAttributes.get(FigureAttributeConstant attributeConstant)
Gets the attribute with the given name. |
java.lang.Object |
TextFigure.getAttribute(FigureAttributeConstant attributeConstant)
A text figure understands the "FontSize", "FontStyle", and "FontName" attributes. |
java.lang.Object |
PolyLineFigure.getAttribute(FigureAttributeConstant attributeConstant)
Gets the attribute with the given name. |
java.lang.Object |
NullFigure.getAttribute(FigureAttributeConstant attributeConstant)
Returns the named attribute or null if a a figure doesn't have an attribute. |
java.lang.Object |
AttributeFigure.getAttribute(FigureAttributeConstant attributeConstant)
|
static java.lang.Object |
AttributeFigure.getDefaultAttribute(FigureAttributeConstant attributeConstant)
|
boolean |
FigureAttributes.hasDefined(FigureAttributeConstant attributeConstant)
Tests if an attribute is defined. |
void |
FigureAttributes.set(FigureAttributeConstant attributeConstant,
java.lang.Object value)
Sets the attribute with the given name and overwrites its previous value. |
void |
TextFigure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
A text figure understands the "FontSize", "FontStyle", and "FontName" attributes. |
void |
PolyLineFigure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
Sets the attribute with the given name. |
void |
NullFigure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
Sets the named attribute to the new value |
void |
GroupFigure.setAttribute(FigureAttributeConstant fac,
java.lang.Object object)
Sets the attribute of the GroupFigure as well as all contained Figures. |
void |
AttributeFigure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
|
Uses of FigureAttributeConstant in org.jhotdraw.framework |
---|
Methods in org.jhotdraw.framework that return FigureAttributeConstant | |
---|---|
static FigureAttributeConstant |
FigureAttributeConstant.getConstant(int constantId)
|
static FigureAttributeConstant |
FigureAttributeConstant.getConstant(java.lang.String constantName)
|
Methods in org.jhotdraw.framework with parameters of type FigureAttributeConstant | |
---|---|
java.lang.Object |
Figure.getAttribute(FigureAttributeConstant attributeConstant)
Returns the named attribute or null if a a figure doesn't have an attribute. |
void |
Figure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
Sets the named attribute to the new value |
Uses of FigureAttributeConstant in org.jhotdraw.standard |
---|
Methods in org.jhotdraw.standard that return FigureAttributeConstant | |
---|---|
FigureAttributeConstant |
ChangeAttributeCommand.UndoActivity.getAttribute()
|
Methods in org.jhotdraw.standard with parameters of type FigureAttributeConstant | |
---|---|
java.lang.Object |
DecoratorFigure.getAttribute(FigureAttributeConstant attributeConstant)
Forwards getAttribute to its contained figure. |
java.lang.Object |
AbstractFigure.getAttribute(FigureAttributeConstant attributeConstant)
Returns the named attribute or null if a a figure doesn't have an attribute. |
void |
DecoratorFigure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
Forwards setAttribute to its contained figure. |
void |
AbstractFigure.setAttribute(FigureAttributeConstant attributeConstant,
java.lang.Object value)
Sets the named attribute to the new value. |
Constructors in org.jhotdraw.standard with parameters of type FigureAttributeConstant | |
---|---|
ChangeAttributeCommand.UndoActivity(DrawingView newDrawingView,
FigureAttributeConstant newUndoAttribute,
java.lang.Object newUndoValue)
|
|
ChangeAttributeCommand(java.lang.String name,
FigureAttributeConstant attribute,
java.lang.Object value,
DrawingEditor newDrawingEditor)
Constructs a change attribute command. |
Uses of FigureAttributeConstant in org.jhotdraw.test.framework |
---|
Methods in org.jhotdraw.test.framework that return FigureAttributeConstant | |
---|---|
FigureAttributeConstant |
FigureAttributeConstantTest.createInstance()
Factory method for instances of the class to be tested. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |