Class MarkingDimensionsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.MarkingDimensionsInput
-
public class MarkingDimensionsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description MarkingDimensionsInput()
-
Method Summary
Modifier and Type Method Description MarkingDimensionsInputheight(PercentScalar v)The height of the `Marking` area in percentage of the annotated subject total height.MarkingDimensionsInputwidth(PercentScalar v)The width of the `Marking` area in percentage of the annotated subject total width.
-
-
-
Method Detail
-
width
public MarkingDimensionsInput width(PercentScalar v)
The width of the `Marking` area in percentage of the annotated subject total width.
-
height
public MarkingDimensionsInput height(PercentScalar v)
The height of the `Marking` area in percentage of the annotated subject total height.
-
-