Uses of Class
edu.nps.moves.dis7.pdus.LinearSegmentParameter
Packages that use LinearSegmentParameter
Package
Description
IEEE DIS Protocol Data Unit (PDU) packet definition classes supporting open-dis7-java library.
-
Uses of LinearSegmentParameter in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type LinearSegmentParameterModifier and TypeFieldDescriptionprotected List<LinearSegmentParameter>
LinearObjectStatePdu.linearSegmentParameters
Linear segment parametersMethods in edu.nps.moves.dis7.pdus that return LinearSegmentParameterModifier and TypeMethodDescriptionLinearSegmentParameter.setGeneralSegmentAppearance(ObjectStateAppearanceGeneral pGeneralSegmentAppearance)
Setter forgeneralSegmentAppearance
LinearSegmentParameter.setPadding(int pPadding)
Setter forpadding
LinearSegmentParameter.setSegmentDepth(float pSegmentDepth)
Setter forsegmentDepth
LinearSegmentParameter.setSegmentHeight(float pSegmentHeight)
Setter forsegmentHeight
LinearSegmentParameter.setSegmentLength(float pSegmentLength)
Setter forsegmentLength
LinearSegmentParameter.setSegmentLocation(Vector3Double pSegmentLocation)
Setter forsegmentLocation
LinearSegmentParameter.setSegmentModification(ObjectStateModificationLinearObject pSegmentModification)
Setter forsegmentModification
LinearSegmentParameter.setSegmentNumber(byte pSegmentNumber)
Setter forsegmentNumber
LinearSegmentParameter.setSegmentNumber(int pSegmentNumber)
Utility setter forsegmentNumber
LinearSegmentParameter.setSegmentOrientation(EulerAngles pSegmentOrientation)
Setter forsegmentOrientation
LinearSegmentParameter.setSegmentWidth(float pSegmentWidth)
Setter forsegmentWidth
LinearSegmentParameter.setSpecificSegmentAppearance(int pSpecificSegmentAppearance)
Setter forspecificSegmentAppearance
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type LinearSegmentParameterModifier and TypeMethodDescriptionLinearObjectStatePdu.getLinearSegmentParameters()
Getter forLinearObjectStatePdu.linearSegmentParameters
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type LinearSegmentParameterModifier and TypeMethodDescriptionLinearObjectStatePdu.setLinearSegmentParameters(List<LinearSegmentParameter> pLinearSegmentParameters)
Setter forLinearObjectStatePdu.linearSegmentParameters