public class CountDecoration
extends com.google.code.validationframework.swing.decoration.AbstractComponentDecoration
| Constructor and Description |
|---|
CountDecoration(JComponent decoratedComponent,
com.google.code.validationframework.swing.decoration.anchor.Anchor decoratedComponentAnchor,
com.google.code.validationframework.swing.decoration.anchor.Anchor decorationAnchor) |
| Modifier and Type | Method and Description |
|---|---|
com.google.code.validationframework.api.property.ReadableWritableProperty<Integer,Integer> |
getCountProperty() |
protected int |
getHeight() |
protected int |
getWidth() |
void |
paint(Graphics graphics) |
dispose, followAndRepaint, followDecoratedComponent, getAnchorLink, getClippingAncestor, getDecoratedComponent, getPaintWhenDisabled, isVisible, setAnchorLink, setClippingAncestor, setPaintWhenDisabled, setVisiblepublic CountDecoration(JComponent decoratedComponent, com.google.code.validationframework.swing.decoration.anchor.Anchor decoratedComponentAnchor, com.google.code.validationframework.swing.decoration.anchor.Anchor decorationAnchor)
public com.google.code.validationframework.api.property.ReadableWritableProperty<Integer,Integer> getCountProperty()
protected int getWidth()
getWidth in class com.google.code.validationframework.swing.decoration.AbstractComponentDecorationprotected int getHeight()
getHeight in class com.google.code.validationframework.swing.decoration.AbstractComponentDecorationpublic void paint(Graphics graphics)
paint in class com.google.code.validationframework.swing.decoration.AbstractComponentDecorationCopyright © 2015. All Rights Reserved.