|
@ -1,3 +1,13 @@ |
|
|
|
|
|
/** |
|
|
|
|
|
* This file is part of the jps-like-websites lib |
|
|
|
|
|
* URL: https://git.labos.goip.de/chris/jpc-like-websites
|
|
|
|
|
|
* COPYRIGHT and LICENCE are owned by its creator Christian Martin |
|
|
|
|
|
* Copy, altering or distribution without the allowance of the owner are prohibited |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* |
|
|
|
|
|
*/ |
|
|
class Shape extends DirectionUnitDependentAttribute { |
|
|
class Shape extends DirectionUnitDependentAttribute { |
|
|
constructor(defaultValue = 0, defaultUnit = SizeUnits.PIXEL) { |
|
|
constructor(defaultValue = 0, defaultUnit = SizeUnits.PIXEL) { |
|
|
super(defaultValue, defaultUnit); |
|
|
super(defaultValue, defaultUnit); |
|
|