Package gg.xp.telestosupport.doodle
Class RectangleDoodleSpec
java.lang.Object
gg.xp.telestosupport.doodle.DoodleSpec
gg.xp.telestosupport.doodle.RectangleDoodleSpec
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
final DoodleLocation
final DoodleLocation
final CoordSystem
final double
Fields inherited from class gg.xp.telestosupport.doodle.DoodleSpec
color, expiryCondition, expiryTime, name, timeBasis
-
Constructor Summary
ConstructorDescriptionRectangleDoodleSpec
(DoodleLocation pos1, DoodleLocation pos2, double thickness, boolean filled, CoordSystem system) -
Method Summary
Methods inherited from class gg.xp.telestosupport.doodle.DoodleSpec
convertColor, expiryInMs, getName, isExpired
-
Field Details
-
pos1
-
pos2
-
thickness
public final double thickness -
filled
public final boolean filled -
system
-
-
Constructor Details
-
RectangleDoodleSpec
public RectangleDoodleSpec(DoodleLocation pos1, DoodleLocation pos2, double thickness, boolean filled, CoordSystem system)
-
-
Method Details
-
type
- Specified by:
type
in classDoodleSpec
-