Interface VectorXAccessor.VectorXMutator

All Known Subinterfaces:
Vector.VectorMutator, Vector.VectorProperty, VectorXAccessor.VectorXProperty
Enclosing interface:
VectorXAccessor

public static interface VectorXAccessor.VectorXMutator
Provides a mutator for a X vector property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setVectorX(int aVectorX)
    Sets the X vector for the X vector property.
  • Method Details

    • setVectorX

      void setVectorX(int aVectorX)
      Sets the X vector for the X vector property.
      Parameters:
      aVectorX - The X vector to be stored by the X vector property.