Uses of Class
com.foursoft.harness.vec.v113.VecColor
Packages that use VecColor
-
Uses of VecColor in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecColorModifier and TypeFieldDescriptionVecInsulationSpecification.baseColorsSpecifies the base color of the insulation.VecGeneralTechnicalPartSpecification.colorInformationsSpecifies the color of the part.VecSlot.colorInformationsSpecifies the color of the slot.VecInsulationSpecification.firstIdentificationColorsSpecifies the first identification color of the insulation.VecInsulationSpecification.labelIdentificationColorsSpecifies the color of a label printed on the insulation of the wire.VecInsulationSpecification.secondIdentificationColorsSpecifies the second identification color of the insulation.Methods in com.foursoft.harness.vec.v113 that return VecColorMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecColorModifier and TypeMethodDescriptionVecInsulationSpecification.getBaseColors()Gets the value of the baseColors property.VecGeneralTechnicalPartSpecification.getColorInformations()Gets the value of the colorInformations property.VecSlot.getColorInformations()Gets the value of the colorInformations property.VecInsulationSpecification.getFirstIdentificationColors()Gets the value of the firstIdentificationColors property.VecInsulationSpecification.getLabelIdentificationColors()Gets the value of the labelIdentificationColors property.VecInsulationSpecification.getSecondIdentificationColors()Gets the value of the secondIdentificationColors property. -
Uses of VecColor in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecColorModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecColor(VecColor aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecColor(VecColor aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecColor(VecColor aBean) FunctionVisitor.visitVecColor(VecColor aBean) StrictBaseVisitor.visitVecColor(VecColor aBean) TraversingVisitor.visitVecColor(VecColor aBean) Visitor.visitVecColor(VecColor aBean)