Class: Vedeu::Cells::Corner Private

Inherits:
Border show all
Defined in:
lib/vedeu/cells/borders/corner.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Provides the position information to draw a border corner.

Direct Known Subclasses

BottomLeft, BottomRight, TopLeft, TopRight

Instance Method Summary collapse

Instance Method Details

#positionVedeu::Geometries::Position

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



14
15
16
# File 'lib/vedeu/cells/borders/corner.rb', line 14

def position
  @position = defaults[:position]
end

#textString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


19
20
21
# File 'lib/vedeu/cells/borders/corner.rb', line 19

def text
  '+'
end