|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dottable
Defines an interface for shapes that support dot styles and dot radius.
This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN
LaTeXDraw is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.
LaTeXDraw is distributed without any warranty; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
07/03/2009
Method Summary | |
---|---|
java.awt.Color |
getDotFillingCol()
|
IDot.DotStyle |
getDotStyle()
|
double |
getRadius()
|
boolean |
hasDot()
|
boolean |
isFillable()
|
void |
setDotFillingCol(java.awt.Color fillingCol)
Sets the filling colour of the dottable. |
void |
setDotStyle(IDot.DotStyle style)
Defines the style of the dot. |
void |
setRadius(double radius)
Defines the radius of the dot. |
Method Detail |
---|
IDot.DotStyle getDotStyle()
void setDotStyle(IDot.DotStyle style)
style
- The new style.double getRadius()
void setRadius(double radius)
radius
- the radius to set. Must be greater than 0.boolean hasDot()
java.awt.Color getDotFillingCol()
boolean isFillable()
void setDotFillingCol(java.awt.Color fillingCol)
fillingCol
- its new colour.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |