Class On_MarkingDimensions
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_MarkingDimensions
-
public class On_MarkingDimensions extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_MarkingDimensions()
-
Method Summary
Modifier and Type Method Description On_MarkingDimensionsheight()The height of the `Marking` area in percentage of the annotated subject total height, relative to the top left corner.On_MarkingDimensionswidth()The width of the `Marking` area in percentage of the annotated subject total width, relative to the top left corner.
-
-
-
Method Detail
-
width
public On_MarkingDimensions width()
The width of the `Marking` area in percentage of the annotated subject total width, relative to the top left corner.
-
height
public On_MarkingDimensions height()
The height of the `Marking` area in percentage of the annotated subject total height, relative to the top left corner.
-
-