Ejemplo n.º 1
0
        /** Returns a copy of this Tags, with logicalPlacement
         *  changed to the given value, which may be null if the tag
         *  is not present.
         */
        public Tags cloneWithLogicalPlacement(LogicalPlacement logicalPlacement)
        {
            Tags tags = (Tags)clone();

            tags._logicalPlacement = logicalPlacement;
            return(tags);
        }
Ejemplo n.º 2
0
 /** Returns a copy of this Tags, with logicalPlacement
  *  changed to the given value, which may be null if the tag
  *  is not present.
  */
 public Tags cloneWithLogicalPlacement(LogicalPlacement logicalPlacement)
 {
     Tags tags = (Tags)clone();
       tags._logicalPlacement = logicalPlacement;
       return tags;
 }