Interface VectorYAccessor.VectorYMutator

All Known Subinterfaces:
Vector.VectorMutator, Vector.VectorProperty, VectorYAccessor.VectorYProperty
Enclosing interface:
VectorYAccessor

public static interface VectorYAccessor.VectorYMutator
Provides a mutator for a Y vector property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setVectorY(int aVectorY)
    Sets the Y vector for the Y vector property.
  • Method Details

    • setVectorY

      void setVectorY(int aVectorY)
      Sets the Y vector for the Y vector property.
      Parameters:
      aVectorY - The Y vector to be stored by the Y vector property.