Class ByBox
- java.lang.Object
-
- com.moilioncircle.redis.replicator.cmd.impl.ByBox
-
- All Implemented Interfaces:
Serializable
public class ByBox extends Object implements Serializable
- Since:
- 3.5.0
- Author:
- Leon Chen
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()UnitTypegetUnitType()doublegetWidth()voidsetHeight(double height)voidsetUnitType(UnitType unitType)voidsetWidth(double width)
-
-
-
Constructor Detail
-
ByBox
public ByBox()
-
ByBox
public ByBox(double width, double height, UnitType unitType)
-
-