Uses of Class
pslib.WeightedList

Uses of WeightedList in pslib
 

Methods in pslib that return WeightedList
 WeightedList<PSColour>[] PSColourMap.toWeightedList()
          Return the map stored in this object as a WeightedList array
 WeightedList<PSColour> PSColourMap.toWeightedList(int i)
          Return the specified layer of the map stored in this object as a WeightedList object
 

Methods in pslib with parameters of type WeightedList
 void GenericEmitter.setColour(WeightedList<PSColour> c)
          Set the colour of all attached particles
 void ParentParticle.setColour(WeightedList<PSColour> c)
          Set the colour of all attached particles
 void GenericEmitter.setColour(WeightedList<PSColour> c, int t)
          Set the colour of all attached particles with the specified fade time
 void ParentParticle.setColour(WeightedList<PSColour> c, int t)
          Set the colour of all attached particles with the specified fade time
 void TemplateEmission.setPalette(WeightedList<PSColour> p)
          Set the particle colour palette
 void TimedEmission.setPalette(WeightedList<PSColour> p)
          Set the particle colour palette
 void TemplateEmission.setTemplate(WeightedList<DynamicParticle> t)
          Set the particle template
 void TimedEmission.setTemplate(WeightedList<DynamicParticle> t)
          Set the particle template
 void VariantEmission.setTemplate(WeightedList<DynamicParticle> t)
          Set the particle template list
 

Constructors in pslib with parameters of type WeightedList
TemplateEmission(WeightedList<DynamicParticle> t, int ep, int mi, int ma)
          Create a new object instance with the specified variables
TimedEmission(WeightedList<DynamicParticle> t, int i, int p)
          Create a new object instance with the specified variables
VariantEmission(WeightedList<DynamicParticle> t, int v, int ep, int mi, int ma)
          Create a new object instance with the specified variables