Class On_MarkingPosition
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_MarkingPosition
-
public class On_MarkingPosition extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_MarkingPosition()
-
Method Summary
Modifier and Type Method Description On_MarkingPositionx()The horizontal position of the `Marking` in percentage, in relation to the `Asset` total width.On_MarkingPositiony()The vertical position of the `Marking` in percentage, in relation to the `Asset` total height.
-
-
-
Method Detail
-
x
public On_MarkingPosition x()
The horizontal position of the `Marking` in percentage, in relation to the `Asset` total width.
-
y
public On_MarkingPosition y()
The vertical position of the `Marking` in percentage, in relation to the `Asset` total height.
-
-