Class ProfileItemCondition


  • class ProfileItemCondition
    extends ProfileItem
    Defines a basic structure used to update profile DisjointConditional when some rectangles can share the same place.
    Version:
    4.8
    • Field Detail

      • rectangles

        java.util.LinkedList<int[]> rectangles
    • Constructor Detail

      • ProfileItemCondition

        ProfileItemCondition()
      • ProfileItemCondition

        ProfileItemCondition​(int a,
                             int b,
                             int val,
                             int[] rect)
      • ProfileItemCondition

        ProfileItemCondition​(int a,
                             int b,
                             int val,
                             java.util.LinkedList<int[]> rects)