|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotNull public interface DecoratedFigure
A decorated figure can be decorated with another Figure
,
for example to draw a border around the decorated figure.
Decorator
Decorated figures can be adorned with another figure.
Component: DecoratedFigure
; Decorator: Figure
.
Strategy
RelativeDecoratorLocator
encapsulates a strategy for locating a
point on a decorator.
Component: DecoratedFigure
; Strategy: RelativeDecoratorLocator
.
Field Summary |
---|
Fields inherited from interface org.jhotdraw.draw.Figure |
---|
CONNECTABLE_PROPERTY, REMOVABLE_PROPERTY, SELECTABLE_PROPERTY, TRANSFORMABLE_PROPERTY |
Method Summary | |
---|---|
Figure |
getDecorator()
Gets the decorator for this figure. |
void |
setDecorator(Figure newValue)
Sets a decorator Figure, for example a visual adornment to this Figure. |
Method Detail |
---|
void setDecorator(@Nullable Figure newValue)
@Nullable Figure getDecorator()
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |