withKingpinToRearAxleDistanceInCentimeters abstract method

VehicleSpecificationTruckBuilder withKingpinToRearAxleDistanceInCentimeters(
  1. int length
)

Sets the vehicle kingpin to rear axle distance.

  • length The distance from kingpin to the rear axle.

Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the kingpin to rear axle set to the new value.

Implementation

VehicleSpecificationTruckBuilder withKingpinToRearAxleDistanceInCentimeters(int length);